From abc6c54cf6f6ca9ad286282eb214d99cde6e575d Mon Sep 17 00:00:00 2001 From: Stefan Koelle Date: Sat, 22 Aug 2026 12:55:20 +0200 Subject: [PATCH] fix category/tags meta description --- layouts/_default/baseof.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index d3a7697..6772173 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -11,6 +11,8 @@ {{- $desc := "" }} {{- if .IsHome }} {{- $desc = .Site.Params.description }} + {{- else if .Content }} + {{- $desc = .Content | plainify }} {{- else if .IsNode }} {{- if eq .Kind "term" }} {{- if eq .Data.Singular "tag" }}