summaryrefslogtreecommitdiffstats
path: root/doc/_templates
diff options
context:
space:
mode:
Diffstat (limited to 'doc/_templates')
-rw-r--r--doc/_templates/layout.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/_templates/layout.html b/doc/_templates/layout.html
index ba51646be..eb9f5b821 100644
--- a/doc/_templates/layout.html
+++ b/doc/_templates/layout.html
@@ -1,5 +1,9 @@
{% extends "!layout.html" %}
+{% block extrahead %}
+{{ super() }}
+<link rel="stylesheet" href="{{pathto('_static/bcfg2.css', 1)}}" type=""/>
+{% endblock %}
{% block rootrellink %}
<li><a href="{{ pathto('index') }}">home</a> |&nbsp;</li>