From 51eefeb63933a357197081cead0fe5eb85f7e8cc Mon Sep 17 00:00:00 2001 From: Thomas Staudinger Date: Tue, 10 Sep 2024 16:42:48 +0200 Subject: [PATCH] Fix PublishDate parameter Also rename from PublishedDate, as PublishDate seems to be the default Fixes a warning on (re-)building the site Signed-off-by: Thomas Staudinger --- themes/solus/layouts/partials/meta.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/solus/layouts/partials/meta.html b/themes/solus/layouts/partials/meta.html index 902bf35..5eea426 100755 --- a/themes/solus/layouts/partials/meta.html +++ b/themes/solus/layouts/partials/meta.html @@ -46,8 +46,8 @@ {{ end }} -{{ if isset . "PublishedDate" }} - +{{ if isset .Params "publishdate" }} + {{ end }} {{ $generalMetaTags := "solus, linux, operating system, budgie, mate" }}