Skip to content

Commit

Permalink
docs: add gitter sidecar
Browse files Browse the repository at this point in the history
  • Loading branch information
epsy committed Apr 18, 2017
1 parent 236ba2d commit ea64e4c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/_templates/layout.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
{% extends "!layout.html" %}

{% set css_files = css_files + ['_static/clize_style.css'] %}

{%- block extrahead %}
<script>
((window.gitter = {}).chat = {}).options = {
room: 'epsy/clize'
};
</script>
<script src="https://sidecar.gitter.im/dist/sidecar.v1.js" async defer></script>
{% endblock %}

0 comments on commit ea64e4c

Please sign in to comment.