diff --git a/pelican/themes/notmyidea/templates/article.html b/pelican/themes/notmyidea/templates/article.html index 06110b43..ca3be77c 100644 --- a/pelican/themes/notmyidea/templates/article.html +++ b/pelican/themes/notmyidea/templates/article.html @@ -31,7 +31,37 @@ {% endif %} - +

+

Like this post? Please share!

+ {% if article.share_post and article.status != 'draft' %} +
+

+ Share on: + Diaspora* + ❄ + Twitter + ❄ + Facebook + ❄ + Google+ + ❄ + Email +

+
+ {% endif %} +

{% endblock %}