summaryrefslogtreecommitdiffstats
path: root/src/templates/page.html
diff options
context:
space:
mode:
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 }}