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