diff options
Diffstat (limited to 'templates/archive.html')
-rw-r--r-- | templates/archive.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/archive.html b/templates/archive.html index c3eb817..a605b40 100644 --- a/templates/archive.html +++ b/templates/archive.html @@ -1,8 +1,10 @@ {% extends "base.html" %} +{% block header %} + <h1>Yaroslav's weblog archive</h1> +{% endblock %} {% block content %} {% set section = get_section(path="weblog/_index.md") %} <div class="post-container"> - <h2>Archive</h2> {% for year, posts in section.pages | group_by(attribute="year") %} <h3>{{ year }}</h3> <ul> |