diff options
| author | Martin Fischer <martin@push-f.com> | 2026-02-15 15:05:52 +0100 |
|---|---|---|
| committer | Martin Fischer <martin@push-f.com> | 2026-02-15 15:05:52 +0100 |
| commit | 836b389dc6657a1d4921da1ef50582eaec23aa9d (patch) | |
| tree | 57ba19378f79c96238f3e748effb42aee45bbd69 /layouts | |
| parent | 5689ed59d9c64668a2c252480bcf174ba2f4658c (diff) | |
fix: use h2 for homeCollectionTitle
Diffstat (limited to 'layouts')
| -rw-r--r-- | layouts/_default/home.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ <div class="list-container"> {{ with .Site.Params.homeCollectionTitle}} - <h1> {{ . }} </h1> + <h2> {{ . }} </h2> {{ end }} {{ $pages := where .Site.RegularPages "Section" .Site.Params.homeCollection |
