article/page title text is smaller, heading uppercase text also is smaller
diff --git a/templates/article.html b/templates/article.html
index 6c67492..9417a68 100644
--- a/templates/article.html
+++ b/templates/article.html
@@ -10,7 +10,7 @@
{% block content %}
<article>
<div id="article_title">
- <h2><a href="{{ SITEURL }}/{{ article.url }}" rel="bookmark" title="Permalink to {{ article.title|striptags }}">{{ article.title }}</a></h2>
+ <h3><a href="{{ SITEURL }}/{{ article.url }}" rel="bookmark">{{ article.title }}</a></h3>
</div>
<div id="article_text">