From 85d1c5e34cfed7a311cbfabcb375009c06fe3bde Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Mon, 29 Apr 2024 12:51:58 +0200 Subject: [PATCH] Fix meta in posts entries Reviewed-by: Aleix Roca Nonell --- web/themes/PaperMod/layouts/partials/post_meta.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -}}