diff --git a/templates/article.html b/templates/article.html index 407159f..943f0aa 100755 --- a/templates/article.html +++ b/templates/article.html @@ -76,6 +76,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 %}