diff options
Diffstat (limited to 'docs/_templates')
-rw-r--r-- | docs/_templates/layout.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html new file mode 100644 index 00000000..387301ea --- /dev/null +++ b/docs/_templates/layout.html @@ -0,0 +1,4 @@ +{% extends "!layout.html" %} +{% block extrahead %} + <link href="{{ pathto("_static/css/custom.css", True) }}" rel="stylesheet" type="text/css"> +{% endblock %}
\ No newline at end of file |