From 836b389dc6657a1d4921da1ef50582eaec23aa9d Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Sun, 15 Feb 2026 15:05:52 +0100 Subject: fix: use h2 for homeCollectionTitle --- layouts/_default/home.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'layouts') diff --git a/layouts/_default/home.html b/layouts/_default/home.html index 3738cee..01e665e 100644 --- a/layouts/_default/home.html +++ b/layouts/_default/home.html @@ -6,7 +6,7 @@
{{ with .Site.Params.homeCollectionTitle}} -

{{ . }}

+

{{ . }}

{{ end }} {{ $pages := where .Site.RegularPages "Section" .Site.Params.homeCollection -- cgit v1.3.1