makes better use of h? tags; also improves the less file
diff --git a/templates/page.html b/templates/page.html
index 91695f1..90f04e6 100644
--- a/templates/page.html
+++ b/templates/page.html
@@ -7,7 +7,7 @@
 {% block content %}
 <article>
   <div id="article_title">
-    <a href="{{ SITEURL }}/{{ page.url }}" rel="bookmark">{{ page.title }}</a>
+    <h2><a href="{{ SITEURL }}/{{ page.url }}" rel="bookmark">{{ page.title }}</a></h2>
   </div>
   <div id="article_text">
     {{ page.content }}