Skip to content

Commit 9cb32c9

Browse files
committed
add nonblocking js fragment
1 parent 4fd1c99 commit 9cb32c9

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

_includes/themes/htk/default.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,6 @@
2424
{% include themes/htk/fragments/header.html %}
2525
{% include themes/htk/fragments/main.html %}
2626
{% include themes/htk/fragments/footer.html %}
27+
{% include themes/htk/fragments/js/nonblocking.html %}
2728
</body>
2829
</html>
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)