Hi,
I believe this may be a hugo version issue when I build on github since I don’t have the issue on localhost. Is there a way to fix it or override it without changing the version?
using papermod 7.0
hugo v0.111.3 windows/amd64 BuildDate=2023-03-12T11:40:50Z VendorInfo=gohugoio
hugo version on github
HUGO_VERSION: 0.121.0
post_meta.html
{{- if not .Date.IsZero -}}
{{- $scratch.Add "meta" (slice (printf "<span title='%s'>%s</span>" (.Date) (.Date | time.Format (default "January 2, 2006" site.Params.DateFormat)))) }}
{{- end }}