Skip to content

Commit

Permalink
Add safeHTML to post_meta
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
adityatelange committed Oct 31, 2023
1 parent 24f3096 commit 7795c90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/post_meta.html
Expand Up @@ -19,5 +19,5 @@
{{- end }}

{{- with ($scratch.Get "meta") }}
{{- delimit . " · " -}}
{{- delimit . " · " | safeHTML -}}
{{- end -}}

0 comments on commit 7795c90

Please sign in to comment.