fix typos and whitespace

This commit is contained in:
Bruno Binet 2012-03-21 00:09:44 +01:00
commit db3d588f64

View file

@ -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.
""" """