summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-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>