From bdc6a899b5fbe05a976931c450c7cf0743c63197 Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Sun, 4 Sep 2022 20:04:25 -0600 Subject: [PATCH] Stop escaping header HTML --- layouts/_default/baseof.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 7e80b44..196ff59 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -14,7 +14,7 @@ {{end}} {{range .Params.headers}} - {{.}} + {{. | safeHTML}} {{end}} {{ .Title }}