diff options
| author | Damien George | 2014-12-21 00:22:49 +0000 |
|---|---|---|
| committer | Damien George | 2014-12-21 00:22:49 +0000 |
| commit | 9b561a7c0dda4ed5d9584d5379c5c2aaab04f28c (patch) | |
| tree | cb93926cfc0fb07456655499fdc1456894b8dbbc /docs/templates/layout.html | |
| parent | 4b60b45bfc363a222c02feaca56011801fc996dd (diff) | |
docs: Add custom CSS file, with code for admonition.
Diffstat (limited to 'docs/templates/layout.html')
| -rw-r--r-- | docs/templates/layout.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/templates/layout.html b/docs/templates/layout.html new file mode 100644 index 000000000..8a57bff27 --- /dev/null +++ b/docs/templates/layout.html @@ -0,0 +1,2 @@ +{% extends "!layout.html" %} +{% set css_files = css_files + ["_static/customstyle.css"] %} |
