diff options
Diffstat (limited to 'templates/blocks/article-list.html')
-rw-r--r-- | templates/blocks/article-list.html | 4 |
1 files changed, 2 insertions, 2 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"> |