From 7ba1562e0912d6db13e7d195b087316a00764ca6731bd77cf634c7c47bceff4c Mon Sep 17 00:00:00 2001 From: Nicholas Johnson Date: Tue, 9 May 2023 00:00:00 +0000 Subject: Make non-critical page elements optional --- layouts/index.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'layouts/index.html') diff --git a/layouts/index.html b/layouts/index.html index 3ba0607..d29c86a 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -1,7 +1,11 @@ {{ define "main" -}}
+ {{- if .Site.Params.indexTitle }}

{{ .Site.Params.indexTitle }}

+ {{- end }} + {{- if .Site.Params.indexIntro }}

{{ .Site.Params.indexIntro }}

+ {{- end }}

Navigation Links