ソースを参照

Add analytics for the documentation.

JC Brand 10 年 前
コミット
af87d59e96
1 ファイル変更1 行追加1 行削除
  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 %}