Fix hugo build fail due to "expected comma" error (#1461)
fixes adityatelange/hugo-PaperMod#1458
This commit is contained in:
parent
f5c737f872
commit
3b0a811fb9
|
@ -83,7 +83,7 @@
|
|||
{{- else }}
|
||||
{{- $images := partial "partials/templates/_funcs/get-page-images" . -}}
|
||||
{{- with index $images 0 -}}
|
||||
"image": {{ .Permalink }}
|
||||
"image": {{ .Permalink }},
|
||||
{{- end }}
|
||||
{{- end -}}
|
||||
"datePublished": {{ .PublishDate }},
|
||||
|
|
Loading…
Reference in New Issue