Keep normal header and footer for pages
diff --git a/templates/page.html b/templates/page.html
index a591bfa..ba8e946 100644
--- a/templates/page.html
+++ b/templates/page.html
@@ -1,10 +1,6 @@
{% extends "base.html" %}
{% block title %}{{ page.title }}{% endblock %}
-{% block header %}
-<p>Updated on {{ page.locale_date }}</p>
-{% endblock %}
-
{% block content %}
<article>
<div class="article_title">
@@ -16,6 +12,3 @@
</article>
{% endblock %}
-{% block footer %}
-<p><a href="{{ SITEURL }}/" class="button_accent">← Back to Index</a></p>
-{% endblock %}