aboutsummaryrefslogtreecommitdiff
path: root/templates/weblog_archive.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/weblog_archive.html')
-rw-r--r--templates/weblog_archive.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/weblog_archive.html b/templates/weblog_archive.html
index b06bdb2..cd507ba 100644
--- a/templates/weblog_archive.html
+++ b/templates/weblog_archive.html
@@ -9,7 +9,7 @@ Weblog archive - Yaroslav's weblog
{% set section = get_section(path="weblog/_index.md") %}
<div class="post-container">
{% for year, posts in section.pages | group_by(attribute="year") %}
- <h3>{{ year }}</h3>
+ <h2>{{ year }}</h2>
<ul>
{% for post in posts %}
<li><span class="publish-date">{{ post.date | date }}</span> - <a href="{{ post.permalink }}">{{ post.title }}</a></li>