# HG changeset patch
# User Sebastien Jodogne
# Date 1527262017 -7200
# Node ID ec849c2ee4278f3e499093d70f9f3d463620eb32
# Parent fded2e8d1d49e5a0a2b945355aa18c4d8d202198
removing google analytics
diff -r fded2e8d1d49 -r ec849c2ee427 Sphinx/source/_templates/layout.html
--- a/Sphinx/source/_templates/layout.html Tue Apr 24 20:40:26 2018 +0200
+++ b/Sphinx/source/_templates/layout.html Fri May 25 17:26:57 2018 +0200
@@ -25,14 +25,4 @@
-
-
-
{% endblock %}
diff -r fded2e8d1d49 -r ec849c2ee427 Sphinx/source/_templates/layout.html.analytics
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/Sphinx/source/_templates/layout.html.analytics Fri May 25 17:26:57 2018 +0200
@@ -0,0 +1,38 @@
+{# Import the theme's layout. #}
+{% extends "!layout.html" %}
+
+{# Custom CSS overrides #}
+{% set bootswatch_css_custom = ['_static/orthanc.css'] %}
+
+
+{% block footer %}
+
+
+
+
+{% endblock %}