summaryrefslogtreecommitdiffstats
path: root/src/templates/page.html
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-10-15 10:45:58 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2014-10-15 18:40:45 +0100
commit965c9e67ef6f79b9cf72a01da03222a66d632569 (patch)
tree01de1b64ba61f01aa6f8c90c94392bc347ef8c7c /src/templates/page.html
parent7979369ccf314d72b83347e53ba6915f511c855e (diff)
downloadwebsite-965c9e67ef6f79b9cf72a01da03222a66d632569.tar.xz
templates use header for h1, Entry renamed to Page
also merge build_about and build_index
Diffstat (limited to 'src/templates/page.html')
-rw-r--r--src/templates/page.html5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/templates/page.html b/src/templates/page.html
index 9e0dddc..3c5d29a 100644
--- a/src/templates/page.html
+++ b/src/templates/page.html
@@ -1,11 +1,6 @@
{% extends 'layout.html' %}
{% block content %}
- <header>
-{% include 'nav.html' %}
- <h1>{{ page.title }}</h1>
- </header>
-
<article id="{{ page.article_id }}" class="botborder" itemprop="mainContentOfPage">
{{ page.body }}