diff options
Diffstat (limited to 'theme/templates/article.html')
-rwxr-xr-x | theme/templates/article.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/templates/article.html b/theme/templates/article.html index f66fe72..6c57dbf 100755 --- a/theme/templates/article.html +++ b/theme/templates/article.html @@ -4,7 +4,7 @@ {% block content %} <article class="post"> - <h2 class="page_title"><a href="{{ article.url }}" rel="bookmark" title="{{SITENAME}} - {{ article.title }}">{{ article.title }}</a></h2> + <h1 class="page_title"><a href="{{ article.url }}" rel="bookmark" title="{{SITENAME}} - {{ article.title }}">{{ article.title }}</a></h1> {%include 'meta.html'%} <section class="post_content"> |