From 9b5e1ca545ac611963a655b58d360684f9c34153 Mon Sep 17 00:00:00 2001 From: Nikolas Date: Sat, 16 Nov 2024 18:54:49 +0000 Subject: add section or page title as HTML title --- templates/base.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'templates/base.html') diff --git a/templates/base.html b/templates/base.html index 4ea65e1..400c13d 100644 --- a/templates/base.html +++ b/templates/base.html @@ -5,7 +5,11 @@ - Archive - Boutalas + {% if section.title %} + {{ section.title }} + {% endif %} {% if page.title %} + {{ page.title }} + {% endif %} -- cgit v1.2.3