diff --git a/templates/article.html b/templates/article.html index ac04a2b..729df1a 100755 --- a/templates/article.html +++ b/templates/article.html @@ -73,6 +73,7 @@ {% endif %} + {% include 'sharing.html' %}
{% if DISQUS_SITENAME and SITEURL and article.status != "draft" %} diff --git a/templates/sharing.html b/templates/sharing.html new file mode 100644 index 0000000..49f9f8a --- /dev/null +++ b/templates/sharing.html @@ -0,0 +1,23 @@ +{% if article.status != "draft" %} +
+
+ {% if ADDTHIS_PUBID %} + +
+ + + + + + + + + + + +
+ + + {% endif %} +
+{% endif %}