summaryrefslogtreecommitdiffstats
path: root/docs/testing/user/userguide/_templates/layout.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/testing/user/userguide/_templates/layout.html')
-rw-r--r--docs/testing/user/userguide/_templates/layout.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/testing/user/userguide/_templates/layout.html b/docs/testing/user/userguide/_templates/layout.html
new file mode 100644
index 0000000..f3387d5
--- /dev/null
+++ b/docs/testing/user/userguide/_templates/layout.html
@@ -0,0 +1,5 @@
+{% extends "!layout.html" %}
+{% block extrahead %}
+ <link href="{{ pathto("_static/custom.css", True) }}" rel="stylesheet" type="text/css">
+{% endblock %}
+