Browse Source

Create gitter-sidecar.html

Added the sidecar plugin
master
Kenneth Skovhede 8 years ago
committed by GitHub
parent
commit
908fbc2e99
  1. 8
      _includes/gitter-sidecar.html

8
_includes/gitter-sidecar.html

@ -0,0 +1,8 @@
{% if site.owner.gitterroom $}
<script>
((window.gitter = {}).chat = {}).options = {
room: '{{ site.owner.gitterroom }}'
};
</script>
<script src="https://sidecar.gitter.im/dist/sidecar.v1.js" async defer></script>
{% endif %}
Loading…
Cancel
Save