mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
fix typos and whitespace
This commit is contained in:
parent
8510a07a9e
commit
db3d588f64
1 changed files with 9 additions and 9 deletions
|
|
@ -2,23 +2,23 @@ import hashlib
|
||||||
|
|
||||||
from pelican import signals
|
from pelican import signals
|
||||||
"""
|
"""
|
||||||
Gravata plugin for Pelican
|
Gravatar plugin for Pelican
|
||||||
==========================
|
===========================
|
||||||
|
|
||||||
Simply add author_gravatar variable in article's context, which contain
|
Simply add author_gravatar variable in article's context, which contains
|
||||||
the gravatar url.
|
the gravatar url.
|
||||||
|
|
||||||
Settings:
|
Settings:
|
||||||
---------
|
---------
|
||||||
|
|
||||||
Add AUTHOR_EMAIL to your settings file to define default author email
|
Add AUTHOR_EMAIL to your settings file to define default author email.
|
||||||
|
|
||||||
Article metadata:
|
Article metadata:
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
:email: article's author email
|
:email: article's author email
|
||||||
|
|
||||||
If one of them are defined the author_gravatar variable is added to
|
If one of them are defined, the author_gravatar variable is added to
|
||||||
article's context.
|
article's context.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue