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

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

Like this post? Please share!

+
+

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

+
+ {% endif %} +

{% endblock %}