From c2c20347bb8ed4679889443952ce007c15929440 Mon Sep 17 00:00:00 2001 From: Don Harper Date: Sun, 7 Mar 2021 09:52:11 -0600 Subject: [PATCH] new version of victorhugo --- themes/diary/layouts/partials/victorhugo.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/diary/layouts/partials/victorhugo.html b/themes/diary/layouts/partials/victorhugo.html index 99aa9d23..1682ce8e 100644 --- a/themes/diary/layouts/partials/victorhugo.html +++ b/themes/diary/layouts/partials/victorhugo.html @@ -6,7 +6,7 @@ - {{ if eq .Params.Victor_Hugo_clean "true" }}{{ else }} + {{ if (eq .Params.Victor_Hugo_clean "true") }}{{ else }} {{ end }} @@ -1404,7 +1404,7 @@

Focus Keyword: - {{ if .Params.focus_keyword }}{{ .Params.focus_keyword }}{{ end }} + {{ .Params.focus_keyword }}