Add `safeHTML` to post_meta

- delimit now returns a string and not a template.HTML from hugo v0.120.0
- no impact found with min req version for Papermod
https://github.com/gohugoio/hugo/releases/tag/v0.120.0

fixes #1325
This commit is contained in:
Aditya Telange 2023-10-31 21:34:19 +05:30
parent 24f3096e33
commit 7795c90f6f
No known key found for this signature in database
GPG Key ID: 82E844EF3DA99E77
1 changed files with 1 additions and 1 deletions

View File

@ -19,5 +19,5 @@
{{- end }}
{{- with ($scratch.Get "meta") }}
{{- delimit . " · " -}}
{{- delimit . " · " | safeHTML -}}
{{- end -}}