diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/blocks/article-list.html | 4 | ||||
-rw-r--r-- | templates/page.html | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/templates/blocks/article-list.html b/templates/blocks/article-list.html index 0b624d1..3282b52 100644 --- a/templates/blocks/article-list.html +++ b/templates/blocks/article-list.html @@ -18,9 +18,9 @@ {% endif %} </p> - <h1> + <h2> <a href="{{ SITEURL }}/{{ article.url }}">{{ article.title }}</a> - </h1> + </h2> <div class="tags"> <ul class="tags"> diff --git a/templates/page.html b/templates/page.html index bd8fd58..6dec3e5 100644 --- a/templates/page.html +++ b/templates/page.html @@ -3,7 +3,7 @@ {% block content %} <div class="article page" role="article" lang="{{ page.lang }}"> <article> - <h1>{{ page.title }}</h1> + <h1 class="topmost">{{ page.title }}</h1> <div class="content"> {{ page.content | safe }} |