diff options
author | lloyd <[email protected]> | 2014-01-02 00:21:28 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2014-01-02 00:21:28 +0000 |
commit | edf65a4ff8590a8aef04fc308643f130c05c3d2a (patch) | |
tree | 4745064a3080e0dbce542a7e86f06d4894ca52e2 /src/build-data/sphinx/templates | |
parent | 585356e222c5a6116532ba14cce44a2c6cd9c366 (diff) |
Move Sphinx config
Diffstat (limited to 'src/build-data/sphinx/templates')
-rw-r--r-- | src/build-data/sphinx/templates/layout.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/build-data/sphinx/templates/layout.html b/src/build-data/sphinx/templates/layout.html new file mode 100644 index 000000000..c907c7597 --- /dev/null +++ b/src/build-data/sphinx/templates/layout.html @@ -0,0 +1,9 @@ +{% extends "!layout.html" %} + +{% block header %} + <div class="header-wrapper"> + <div class="header"> + <h1>{{ shorttitle|e }}</h1> + </div> + </div> +{% endblock %} |