From 013596b52442c89601d4a48c7b4ad781e9454024 Mon Sep 17 00:00:00 2001 From: aethrvmn Date: Sat, 7 Sep 2024 14:19:37 +0300 Subject: [PATCH] made target _blank in footer urls --- layouts/partials/footer.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 494ce73..2608f0b 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -28,7 +28,9 @@ {{ with .Site.Params.footer }}
- {{ . | markdownify }} + {{ $footerHTML := . | markdownify }} + {{ $footerHTML = replace $footerHTML "" "" }} + {{ $footerHTML | safeHTML }} {{ end }}