aboutsummaryrefslogtreecommitdiffstats
path: root/bootlex/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'bootlex/templates/base.html')
-rw-r--r--bootlex/templates/base.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/bootlex/templates/base.html b/bootlex/templates/base.html
index 711bda6..95629dd 100644
--- a/bootlex/templates/base.html
+++ b/bootlex/templates/base.html
@@ -67,5 +67,21 @@
</div><!-- /#contentinfo -->
</div>
</div>
+
+ {% if DISQUS_SITENAME %}
+ <script type="text/javascript">
+ /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
+ var disqus_shortname = '{{ DISQUS_SITENAME }}'; // required: replace example with your forum shortname
+
+ /* * * DON'T EDIT BELOW THIS LINE * * */
+ (function () {
+ var s = document.createElement('script'); s.async = true;
+ s.type = 'text/javascript';
+ s.src = 'http://' + disqus_shortname + '.disqus.com/count.js';
+ (document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
+ }());
+ </script>
+ {% endif %}
+
</body>
</html>