diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-10-15 10:45:58 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2014-10-15 18:40:45 +0100 |
commit | 965c9e67ef6f79b9cf72a01da03222a66d632569 (patch) | |
tree | 01de1b64ba61f01aa6f8c90c94392bc347ef8c7c /src/templates/layout.html | |
parent | 7979369ccf314d72b83347e53ba6915f511c855e (diff) | |
download | website-965c9e67ef6f79b9cf72a01da03222a66d632569.tar.xz |
templates use header for h1, Entry renamed to Page
also merge build_about and build_index
Diffstat (limited to 'src/templates/layout.html')
-rw-r--r-- | src/templates/layout.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/templates/layout.html b/src/templates/layout.html index 45ab99d..c91aa94 100644 --- a/src/templates/layout.html +++ b/src/templates/layout.html @@ -10,6 +10,11 @@ title="Johannes Löthberg <johannes@kyriasis.com>"> </head> <body itemscope itemtype="http://schema.org/WebPage"> +<header> +{% include 'nav.html' %} + <h1>{{ header }}</h1> +</header> + {% block content %}{% endblock %} <footer> <div id="foot-left"> |