From 3a6fef5db8625a99517e93c8933a03791c4e4b91 Mon Sep 17 00:00:00 2001 From: David Karlsson <35727626+dvdksn@users.noreply.github.com> Date: Wed, 25 Feb 2026 14:24:17 +0100 Subject: [PATCH] site: use array for schema.org keywords Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com> --- layouts/_partials/schema.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/_partials/schema.html b/layouts/_partials/schema.html index 11e6993de9..ef5568e92d 100644 --- a/layouts/_partials/schema.html +++ b/layouts/_partials/schema.html @@ -1,5 +1,5 @@ {{- $description := partial "utils/description.html" . -}} -{{- $keywords := delimit (partialCached "utils/keywords.html" . .) ", " -}} +{{- $keywords := partialCached "utils/keywords.html" . . -}} {{- /* Build TechArticle schema for content pages */ -}} {{- $schema := dict