From 13de634e30bf0f16a8bde2c95e4ef3ff5fa6a313 Mon Sep 17 00:00:00 2001 From: Luke Orth Date: Sat, 9 Sep 2023 21:18:25 -0500 Subject: [PATCH] Adding safeHTML to sidebar description --- layouts/partials/sidebar/title.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/sidebar/title.html b/layouts/partials/sidebar/title.html index 0069217..aa0fe51 100644 --- a/layouts/partials/sidebar/title.html +++ b/layouts/partials/sidebar/title.html @@ -12,6 +12,6 @@

{{ .Site.Params.brand }}

{{ end }}

- {{ with .Site.Params.description }}{{.}}{{end}} + {{ with .Site.Params.description }}{{. | safeHTML}}{{end}}