diff options
Diffstat (limited to 'docs/testing/user/userguide/_templates')
-rw-r--r-- | docs/testing/user/userguide/_templates/layout.html | 5 |
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 %} + |