We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ca3e43 commit 3a6fef5Copy full SHA for 3a6fef5
1 file changed
layouts/_partials/schema.html
@@ -1,5 +1,5 @@
1
{{- $description := partial "utils/description.html" . -}}
2
-{{- $keywords := delimit (partialCached "utils/keywords.html" . .) ", " -}}
+{{- $keywords := partialCached "utils/keywords.html" . . -}}
3
4
{{- /* Build TechArticle schema for content pages */ -}}
5
{{- $schema := dict
0 commit comments