We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fd1c99 commit 9cb32c9Copy full SHA for 9cb32c9
_includes/themes/htk/default.html
@@ -24,5 +24,6 @@
24
{% include themes/htk/fragments/header.html %}
25
{% include themes/htk/fragments/main.html %}
26
{% include themes/htk/fragments/footer.html %}
27
+ {% include themes/htk/fragments/js/nonblocking.html %}
28
</body>
29
</html>
_includes/themes/htk/fragments/js/nonblocking.html
@@ -0,0 +1,6 @@
1
+<script>
2
+ ((window.gitter = {}).chat = {}).options = {
3
+ room: 'hacktoolkit/hacktoolkit'
4
+ };
5
+</script>
6
+<script src="https://sidecar.gitter.im/dist/sidecar.v1.js" async defer></script>
0 commit comments