From 31bb7f1692dfea8e101cd9820ba0e657a50faeff Mon Sep 17 00:00:00 2001 From: Pete Peterson <peterfpeterson@gmail.com> Date: Wed, 4 Feb 2015 09:31:57 +0000 Subject: [PATCH] Moving css declaration out of the extrahead section Refs #160 --- Code/Mantid/docs/source/_templates/layout.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Code/Mantid/docs/source/_templates/layout.html b/Code/Mantid/docs/source/_templates/layout.html index 64c3d1967dd..3728141dd33 100644 --- a/Code/Mantid/docs/source/_templates/layout.html +++ b/Code/Mantid/docs/source/_templates/layout.html @@ -1,9 +1,6 @@ {% extends "!layout.html" %} {% block extrahead %} -{# Custom CSS overrides #} -{% set bootswatch_css_custom = ['_static/custom.css'] %} - {% if builder == "html" %} <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ @@ -16,5 +13,7 @@ </script> {% endif %} - {% endblock %} + +{# Custom CSS overrides #} +{% set bootswatch_css_custom = ['_static/custom.css'] %} -- GitLab