From d37a4cca451a0fc1b3a76fe6ebfa02faa2340ce1 Mon Sep 17 00:00:00 2001 From: nikolaosboutalas Date: Sat, 16 Nov 2024 18:54:49 +0000 Subject: base: add section or page title as HTML title --- templates/base.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/templates/base.html b/templates/base.html index b08a9f9..ba1eec9 100644 --- a/templates/base.html +++ b/templates/base.html @@ -2,7 +2,11 @@ - Boutalas + {% if section.title %} + {{ section.title }} + {% endif %} {% if page.title %} + {{ page.title }} + {% endif %} -- cgit v1.2.3