From 44db1be546887b375db3543c6fe059fdaaa1a06d Mon Sep 17 00:00:00 2001 From: Yaroslav Date: Thu, 4 Jun 2020 01:20:40 +0300 Subject: template fixes --- templates/archive.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'templates/archive.html') diff --git a/templates/archive.html b/templates/archive.html index a605b40..b06bdb2 100644 --- a/templates/archive.html +++ b/templates/archive.html @@ -1,6 +1,9 @@ {% extends "base.html" %} +{% block title %} +Weblog archive - Yaroslav's weblog +{% endblock %} {% block header %} -

Yaroslav's weblog archive

+

Yaroslav's weblog archive

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