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