diff --git a/web/themes/PaperMod/layouts/partials/post_meta.html b/web/themes/PaperMod/layouts/partials/post_meta.html index 15b8b1b..211fdc8 100644 --- a/web/themes/PaperMod/layouts/partials/post_meta.html +++ b/web/themes/PaperMod/layouts/partials/post_meta.html @@ -17,5 +17,5 @@ {{- end }} {{- with ($scratch.Get "meta") }} -{{- delimit . " · " -}} +{{- delimit . " · " | safeHTML -}} {{- end -}}