summaryrefslogtreecommitdiff
path: root/_layouts/post.html
diff options
context:
space:
mode:
Diffstat (limited to '_layouts/post.html')
-rw-r--r--_layouts/post.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/post.html b/_layouts/post.html
index af69f21..1b1b3a3 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -2,7 +2,7 @@
layout: default
---
<div id="post">
- <h2 id="post_title"><a href="{{ page.url }}" rel="bookmark" title="{{ page.title }}">{{ page.title }}</a><span id="date">published <time datetime="{{ page.date }}" pubdate>{{ page.date | date_to_string }}</time></span></h2>
+ <h2 id="post_title"><a href="{{ page.url }}" rel="bookmark" title="{{ page.title }}">{{ page.title }}</a><span id="date">published <time datetime="{{ page.date }}" pubdate>{{ page.date | date_to_string }}</time><g:plusone></g:plusone></span></h2>
<article>
{{ content }}
</article>