mirror of
https://github.com/docker/docs.git
synced 2026-03-27 06:18:55 +07:00
site: use array for schema.org keywords
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user