From 2b7851d9337b6d23431d75ca4799d017c4c4e48c Mon Sep 17 00:00:00 2001 From: hanlee Date: Fri, 4 Jun 2021 04:00:55 +0900 Subject: [PATCH] feat: allow html tag in site description --- layouts/partials/sidebar/left.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/sidebar/left.html b/layouts/partials/sidebar/left.html index c7158bb..4e89b37 100644 --- a/layouts/partials/sidebar/left.html +++ b/layouts/partials/sidebar/left.html @@ -28,7 +28,7 @@ {{ end }}

{{ .Site.Title }}

-

{{ .Site.Params.sidebar.subtitle }}

+

{{ with .Site.Params.sidebar.subtitle }}{{ . | safeHTML }}{{ end }}