1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2025-12-13 01:36:23 +00:00

Fix discourse

This commit is contained in:
David Young
2017-12-12 21:08:55 +13:00
parent 0c83d29396
commit 7089e7194e
9 changed files with 20 additions and 0 deletions

View File

@@ -1,3 +1,6 @@
{% extends "base.html" %}
{% block disqus %}
<div id='discourse-comments'></div>
<script type="text/javascript">
@@ -10,3 +13,4 @@
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(d);
})();
</script>
{% endblock %}