Mercurial > trustbridge
diff manuals/help-manual/_templates/layout.html @ 1083:d6dc1144895b
(help-manual) some layout work. Added bsi and tb logo.
author | Emanuel Schuetze <emanuel@intevation.de> |
---|---|
date | Thu, 11 Sep 2014 15:24:02 +0200 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/manuals/help-manual/_templates/layout.html Thu Sep 11 15:24:02 2014 +0200 @@ -0,0 +1,17 @@ +{% extends '!layout.html' %} + +{%- block header %} + {%- if theme_showheader|tobool %} + <header id="pageheader"> + <a href="{{ pathto(master_doc) }} "><img src="_static/trustbridge-logo.png"><h1>{{ docstitle }}</h1></a> + </header> + {%- endif %} +{%- endblock %} + + +{% block footer %} + <footer id="pagefooter"> + © 2014, BSI | TrustBridge {{version}}<br> + <img src="_static/bsi-logo.png"> + </footer> +{% endblock %}