mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-06-02 23:59:51 -04:00
fix json schema parsing error on pages not having a section
This commit is contained in:
parent
cc99dba7bd
commit
e53bfe514a
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@
|
||||||
|
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- /* self-page addition */ -}}
|
{{- /* self-page addition */ -}}
|
||||||
{{- if $bc_list }}, {{end }}
|
{{- if (ge (len $bc_list) 2) }}, {{end }}
|
||||||
{
|
{
|
||||||
"@type": "ListItem",
|
"@type": "ListItem",
|
||||||
"position": {{len $bc_list}},
|
"position": {{len $bc_list}},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue