Change articel and page headers from h3 to h1
diff --git a/templates/page.html b/templates/page.html
index 3b4db9d..a591bfa 100644
--- a/templates/page.html
+++ b/templates/page.html
@@ -8,7 +8,7 @@
 {% block content %}
 <article>
   <div class="article_title">
-    <h3><a href="{{ SITEURL }}/{{ page.url }}">{{ page.title }}</a></h3>
+    <h1><a href="{{ SITEURL }}/{{ page.url }}">{{ page.title }}</a></h1>
   </div>
   <div class="article_text">
     {{ page.content }}