diff options
author | Yaroslav <contact@yaroslavps.com> | 2020-04-20 16:07:59 +0300 |
---|---|---|
committer | Yaroslav <contact@yaroslavps.com> | 2020-04-20 16:07:59 +0300 |
commit | 9286a2b68546f968282eadf2c519ebef3def9b70 (patch) | |
tree | 3b60619e4fa8c08c014cc07ba100d00f7b9c098d /templates/archive.html | |
parent | 47e3ed66840f46c5cd56dd668ff1e8f7f1187b36 (diff) | |
download | yaroslavps.com-9286a2b68546f968282eadf2c519ebef3def9b70.tar.gz yaroslavps.com-9286a2b68546f968282eadf2c519ebef3def9b70.zip |
style changes; landing page
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> |