Browse Source

Add analytics for the documentation.

JC Brand 10 years ago
parent
commit
af87d59e96
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/source/_templates/layout.html

+ 1 - 1
docs/source/_templates/layout.html

@@ -3,7 +3,7 @@
 
 {# Custom CSS overrides #}
 {% set bootswatch_css_custom = ['_static/style.css', "../../css/converse.min.css"] %}
-{% set script_files = script_files + ["../../builds/converse.min.js"] %}
+{% set script_files = script_files + ["../../builds/converse.min.js", "../../analytics.js"] %}
 
 {# Add some extra stuff before and use existing with 'super()' call. #}
 {% block footer %}