From e73644e1353b1ba26b5964b6837ec20ed247d834 Mon Sep 17 00:00:00 2001 From: L-Super <40905056+L-Super@users.noreply.github.com> Date: Mon, 19 Feb 2024 22:21:49 +0800 Subject: [PATCH] fix: head.html keywords parameter does not take effect --- 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 c809636..b917d53 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 }} +{{ with .Site.Params.Keywords }}{{ end }} {{- $title := partial "data/title" . -}}