aboutsummaryrefslogtreecommitdiffstats
path: root/sneakyidea/templates/article.html
diff options
context:
space:
mode:
authorArnaud Bos <arnaud.tlse@gmail.com>2011-07-20 00:09:00 +0200
committerArnaud Bos <arnaud.tlse@gmail.com>2011-07-20 00:09:00 +0200
commita4ea2832a8a48ed63f38cf458b877d67d2c953da (patch)
tree784570602596a62f54fca634e33a348aa79a97cb /sneakyidea/templates/article.html
parentda90d1995ac6376317cd0954f6e0d71356d902ed (diff)
downloadpelican-themes-a4ea2832a8a48ed63f38cf458b877d67d2c953da.tar.gz
[SNEAKYIDEA] Add author.html template. Add Google +1 button support.
Diffstat (limited to 'sneakyidea/templates/article.html')
-rw-r--r--sneakyidea/templates/article.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/sneakyidea/templates/article.html b/sneakyidea/templates/article.html
index 14fffe4..16cf8c1 100644
--- a/sneakyidea/templates/article.html
+++ b/sneakyidea/templates/article.html
@@ -5,7 +5,8 @@
<article>
<header> <h1 class="entry-title"><a href="{{ article.url }}"
rel="bookmark" title="Permalink to {{ article.title }}">{{ article.title
- }}</a></h1> {% include 'twitter.html' %} </header>
+ }}</a></h1> {% include 'twitter.html' %} {% include
+ 'google_plusone.html' %} </header>
<div class="entry-content">
{% include 'article_infos.html' %}
{{ article.content }}