From b921db2d6504cee332cf54346dd1c81d034d3acf Mon Sep 17 00:00:00 2001 From: Christoph Schlosser Date: Sun, 24 Aug 2025 17:49:35 +0200 Subject: g2h: Title must be in quotes to prevent yaml interpreting colons in title as keys Also specify an explicit layout file to prevent Hugo from using default single and list files --- templates/_head.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/_head.md b/templates/_head.md index a91e1b6..90c29a2 100644 --- a/templates/_head.md +++ b/templates/_head.md @@ -1,5 +1,6 @@ --- -title: {{ title }} +title: "{{ title }}" +layout: git --- # {{ title }} -- cgit v1.2.3