# HG changeset patch
# User Sebastien Jodogne
- © Copyright 2015-2020, University Hospital of Liège and Osimis, Belgium
+ © Copyright 2015-2020, University Hospital of Liège and Osimis, Belgium, and the Orthanc community
The Orthanc Book is licensed under
Creative
Commons CC-BY-SA 4.0.
diff -r c94074bbf7aa -r 94ab7402a1b8 Sphinx/source/_templates/layout.html.no-analytics
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/Sphinx/source/_templates/layout.html.no-analytics Wed Mar 04 10:23:16 2020 +0100
@@ -0,0 +1,28 @@
+{# Import the theme's layout. #}
+{% extends "!layout.html" %}
+
+{# Custom CSS overrides #}
+{% set bootswatch_css_custom = ['_static/orthanc.css'] %}
+
+
+{% block footer %}
+
+{% endblock %}