From 9286a2b68546f968282eadf2c519ebef3def9b70 Mon Sep 17 00:00:00 2001 From: Yaroslav Date: Mon, 20 Apr 2020 16:07:59 +0300 Subject: style changes; landing page --- templates/archive.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'templates/archive.html') 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 %} +

Yaroslav's weblog archive

+{% endblock %} {% block content %} {% set section = get_section(path="weblog/_index.md") %}
-

Archive

{% for year, posts in section.pages | group_by(attribute="year") %}

{{ year }}