From c84e5e4fe6025309335bd90e224fdb70e4595910 Mon Sep 17 00:00:00 2001 From: kolaente Date: Wed, 2 Feb 2022 09:28:26 +0100 Subject: [PATCH] fix: use correct order for headings on home page --- layouts/index.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/layouts/index.html b/layouts/index.html index 999b002..00d7287 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -10,19 +10,19 @@ {{ end }} {{ if .Params.heading.content }} -

+

{{ .Params.heading.content | markdownify }} -

+ {{ end }} {{ if .Params.heading.subtitle }} -

+

{{ .Params.heading.subtitle | markdownify }} -

+ {{ end }} {{ if .Params.heading.subsubtitle }} -

+

{{ .Params.heading.subsubtitle | markdownify }} -

+ {{ end }} {{ end }}