From 2739549fae1a848c91c37b1e84c2430aa8dd332d Mon Sep 17 00:00:00 2001 From: Glenn Roberts Date: Mon, 21 Nov 2022 13:05:28 +1000 Subject: [PATCH] Fix: unique meta descriptions from articles fixes :bug: #377 The Meta description tag is now generated from either 1. page description, or 2. Page content summary, or 3. Site wide config --- layouts/partials/head.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 871c63b5..d4c59a3c 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -14,9 +14,7 @@ {{- end }} {{/* Metadata */}} - {{ with .Site.Params.description -}} - - {{- end }} + {{ with .Site.Params.keywords -}} {{- end }}