mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-05-23 11:17:00 -04:00
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:
parent
24f3096e33
commit
7795c90f6f
1 changed files with 1 additions and 1 deletions
|
@ -19,5 +19,5 @@
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
{{- with ($scratch.Get "meta") }}
|
{{- with ($scratch.Get "meta") }}
|
||||||
{{- delimit . " · " -}}
|
{{- delimit . " · " | safeHTML -}}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue