From 3802263872fb1a5cc466d4534bf50b85ab107abf Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Fri, 16 Oct 2020 10:36:45 +0200 Subject: [PATCH] templates/page.html: modify title --- templates/page.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/page.html b/templates/page.html index 37dc431..46c840b 100644 --- a/templates/page.html +++ b/templates/page.html @@ -2,3 +2,6 @@ {% block copyright %} Copyright © Harald Hoyer 2000-today {% endblock copyright %} + +{% block title %}{{ config.title }} – {{ page.title }}{% endblock title %} +