From 293feda83e83dc3cff6f10f60a6a446ce5c8e6f8 Mon Sep 17 00:00:00 2001 From: Lillet Berthold Date: Fri, 4 Aug 2023 15:30:00 +0200 Subject: [PATCH] Update themes/hugo-scroll/layouts/index.html --- themes/hugo-scroll/layouts/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/hugo-scroll/layouts/index.html b/themes/hugo-scroll/layouts/index.html index d66bf9e..32a032c 100644 --- a/themes/hugo-scroll/layouts/index.html +++ b/themes/hugo-scroll/layouts/index.html @@ -6,7 +6,7 @@
- {{ with .Params.header_headline }}

{{ . }}

{{ end }} + {{ with .Params.header_headline }}

{{ . | markdownify | safeHTML }}

{{ end }} {{ with .Params.header_subheadline }}

{{ . }}

{{ end }} {{ range where $sections ".Params.header_menu" "eq" true }}