Fix hugo build fail due to "expected comma" error (#1461)

fixes adityatelange/hugo-PaperMod#1458
This commit is contained in:
sebin babu 2024-03-16 21:34:55 +05:30 committed by GitHub
parent f5c737f872
commit 3b0a811fb9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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