From a4ea2832a8a48ed63f38cf458b877d67d2c953da Mon Sep 17 00:00:00 2001 From: Arnaud Bos Date: Wed, 20 Jul 2011 00:09:00 +0200 Subject: [SNEAKYIDEA] Add author.html template. Add Google +1 button support. --- sneakyidea/templates/article_infos.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sneakyidea/templates/article_infos.html') diff --git a/sneakyidea/templates/article_infos.html b/sneakyidea/templates/article_infos.html index 1a47e70..b5af6c5 100644 --- a/sneakyidea/templates/article_infos.html +++ b/sneakyidea/templates/article_infos.html @@ -6,7 +6,7 @@ {% if article.author %}
- By {{ article.author }} + By {{ article.author }}
{% endif %}

In {{ article.category }}. {% if PDF_PROCESSOR %}get the pdf{% endif %}

-- cgit