update json-ld (breadcrumbs)
parent
39a6442199
commit
24f30625c1
|
@ -15,8 +15,7 @@
|
||||||
$item := dict
|
$item := dict
|
||||||
"@type" "ListItem"
|
"@type" "ListItem"
|
||||||
"position" $index
|
"position" $index
|
||||||
"name" $page.Title
|
"item" (dict "@id" $page.Permalink "name" $page.Title)
|
||||||
"item" $page.Permalink
|
|
||||||
-}}
|
-}}
|
||||||
{{- $items = $items | append $item -}}
|
{{- $items = $items | append $item -}}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
|
|
Loading…
Reference in New Issue