From 00bf51517ea4cd9fd7f3a6a1bbad9bc56d9cfbb4 Mon Sep 17 00:00:00 2001 From: darkrain-nl Date: Sat, 25 Dec 2021 10:28:11 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20error=20unclosed=20action?= =?UTF-8?q?=20in=20footer.html?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- layouts/partials/footer.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 68148bea..fcf0aeef 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -32,8 +32,7 @@ {{ if .Site.Params.attribution | default true }}

{{ $hugo := printf `Hugo` - }} + href="https://gohugo.io/" target="_blank" rel="noopener noreferrer">Hugo` }} {{ $congo := printf `Congo` }} {{ i18n "footer.powered_by" (dict "Hugo" $hugo "Congo" $congo) | safeHTML }}