Skip to content

Commit 3a6fef5

Browse files
committed
site: use array for schema.org keywords
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
1 parent 1ca3e43 commit 3a6fef5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

layouts/_partials/schema.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{{- $description := partial "utils/description.html" . -}}
2-
{{- $keywords := delimit (partialCached "utils/keywords.html" . .) ", " -}}
2+
{{- $keywords := partialCached "utils/keywords.html" . . -}}
33

44
{{- /* Build TechArticle schema for content pages */ -}}
55
{{- $schema := dict

0 commit comments

Comments
 (0)