From 7f9a5645c894e1c6e49a73d20b1a66f751cdf3c3 Mon Sep 17 00:00:00 2001 From: Thomas Staudinger Date: Tue, 10 Sep 2024 14:49:05 +0200 Subject: [PATCH] Fix PublishDate parameter Also rename from PublishedDate, as PublishDate seems to be the default This fixes a warning on (re)building Solus 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" }}