Browse Source

add disqus to template

master
sipp11 10 years ago
parent
commit
e52e219f49
  1. 14
      _layouts/default.html

14
_layouts/default.html

@ -13,8 +13,22 @@
</div> </div>
</div> </div>
<div id="disqus_thread"></div>
{% include footer.html %} {% include footer.html %}
<script type="text/javascript">
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_shortname = '10ninox'; // 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 = '//' + disqus_shortname + '.disqus.com/count.js';
(document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
}());
</script>
</body> </body>
</html> </html>

Loading…
Cancel
Save