diff --git a/README.md b/README.md index 26aef83..eba3c93 100644 --- a/README.md +++ b/README.md @@ -134,6 +134,7 @@ Misc settings: - **DISQUS_SITENAME** - **GAUGES** - **GOOGLE_ANALYTICS** +- **ISSO_URL** - **PIWIK_URL** - **PIWIK_SITE_ID** diff --git a/alchemy/templates/include/comments.html b/alchemy/templates/include/comments.html index 0f58df6..8826d37 100644 --- a/alchemy/templates/include/comments.html +++ b/alchemy/templates/include/comments.html @@ -18,3 +18,10 @@ Please enable JavaScript to view the comments powered by Disqus. {% endif %} +{% if ISSO_URL and SITEURL and article.status != "draft" %} +
+ +
+
+{% endif %}