From aefaef6538f57730336b807306853a63374e433d Mon Sep 17 00:00:00 2001 From: Jimmy Cai Date: Sat, 22 Oct 2022 12:07:11 +0200 Subject: [PATCH] fix: avoid empty keywords meta tag --- layouts/partials/head/head.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/head/head.html b/layouts/partials/head/head.html index fc8f0c8..be63710 100644 --- a/layouts/partials/head/head.html +++ b/layouts/partials/head/head.html @@ -3,7 +3,7 @@ {{- $description := partialCached "data/description" . .RelPermalink -}} - +{{ with .Params.Keywords }}{{ end }} {{- $title := partialCached "data/title" . .RelPermalink -}} {{ $title }}