This commit is contained in:
Charlie Tysse 2025-04-23 14:35:23 -07:00 committed by GitHub
commit b7909964ed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -49,10 +49,10 @@
{{- end }}
{{- /* self-page addition */ -}}
{{- if (ge (len $bc_list) 2) }}, {{end }}
{{- if $bc_list }}, {{end}}
{
"@type": "ListItem",
"position": {{len $bc_list}},
"position": {{ add (len $bc_list) 1 }},
"name": {{ .Name }},
"item": {{ .Permalink | safeHTML }}
}