update json-ld (breadcrumbs)

pull/7/head
Septs 2022-12-13 23:43:58 +08:00
parent 39a6442199
commit 24f30625c1
No known key found for this signature in database
GPG Key ID: 65144037AFA516E1
1 changed files with 1 additions and 2 deletions

View File

@ -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 -}}