From 979220becbd8f967e6c5459632a02a84f3d0d0c6 Mon Sep 17 00:00:00 2001 From: Fabrice Mouhartem Date: Tue, 7 Nov 2023 09:54:02 +0100 Subject: [PATCH] Section title in template title --- content/_index.md | 2 +- templates/base.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/_index.md b/content/_index.md index dd99ca6..84eaf18 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,5 +1,5 @@ +++ -title = "Homepage" +title = "Home" template = "index.html" date = 2023-11-01 sort_by = "weight" diff --git a/templates/base.html b/templates/base.html index f1621a8..e7fa480 100644 --- a/templates/base.html +++ b/templates/base.html @@ -5,7 +5,7 @@ - fmouhart.epheme.re + {% if section.title %}{{section.title}} |{% endif %} Fabrice Mouhartem