From dcfbb7ca0338b6144d2d086e1025d68c7f5209f6 Mon Sep 17 00:00:00 2001 From: Crt Mori Date: Tue, 12 Mar 2024 11:03:46 +0100 Subject: [PATCH] Add safeHTML to the socials description If for some reason you want to add few more new lines to the contact description now it renders text instead of using the html. With this addition we provide a bit more flexibility to add couple of new lines. --- layouts/partials/social.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/social.html b/layouts/partials/social.html index f0941453..3198c7ba 100644 --- a/layouts/partials/social.html +++ b/layouts/partials/social.html @@ -2,7 +2,7 @@
{{ .Site.Params.homepage.social.title }}
-

{{ .Site.Params.homepage.social.description }}

+

{{ .Site.Params.homepage.social.description | safeHTML }}