summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhellekin <hellekin@cepheide.org>2018-06-21 16:46:29 +0200
committerhellekin <hellekin@cepheide.org>2018-06-21 16:46:29 +0200
commit181a89add135f8beb859d315985e94744a582a72 (patch)
tree1139d97a2efc0bcaa69e1e86d3985c6c255079bd
parenta27194d9738d9492dfca42983dcb2d11fb5019ef (diff)
downloadhacklab.brussels-181a89add135f8beb859d315985e94744a582a72.tar.gz
Add Discourse comments
-rw-r--r--index.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/index.html b/index.html
index 0bb2144..e4b88fa 100644
--- a/index.html
+++ b/index.html
@@ -10,6 +10,7 @@
<h1>HCKLABXL</h1>
</header>
<main>
+ <div id='discourse-comments'></div>
</main>
<aside>
<address>
@@ -18,5 +19,15 @@
</address>
<p><a href="https://ps.zoethical.com/c/ps/hcklabxl">forum</a></p>
</aside>
+ <script type="text/javascript">
+ DiscourseEmbed = { discourseUrl: 'https://ps.zoethical.com/',
+ discourseEmbedUrl: 'https://hacklab.brussels/' };
+
+ (function() {
+ var d = document.createElement('script'); d.type = 'text/javascript'; d.async = true;
+ d.src = DiscourseEmbed.discourseUrl + 'javascripts/embed.js';
+ (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(d);
+ })();
+ </script>
</body>
</html>