# HG changeset patch # User Sebastien Jodogne # Date 1583313796 -3600 # Node ID 94ab7402a1b8deffd09e53b1db4c734d06890614 # Parent c94074bbf7aa2cd93ba1cb5ef1b2bec0a569a751 analytics diff -r c94074bbf7aa -r 94ab7402a1b8 Sphinx/source/_templates/layout.html.analytics --- a/Sphinx/source/_templates/layout.html.analytics Tue Mar 03 16:43:53 2020 +0100 +++ b/Sphinx/source/_templates/layout.html.analytics Wed Mar 04 10:23:16 2020 +0100 @@ -17,7 +17,7 @@

- © 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 %}