Add generic "enable js" message for Disqus comments if user has js disabled
diff --git a/templates/article.html b/templates/article.html
index 4b7867c..1525656 100644
--- a/templates/article.html
+++ b/templates/article.html
@@ -71,6 +71,7 @@
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
+ <noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
</div>
{% endif %}
</article>