From c8c3aa6d54637f328a8f75759a7769e585b1175d Mon Sep 17 00:00:00 2001 From: Shun Sakai Date: Sun, 16 Jul 2023 05:20:52 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20Replace=20deprecated=20shortened?= =?UTF-8?q?=20URL?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- layouts/partials/footer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 5e682098..aa820064 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -90,7 +90,7 @@ {{ $hugo := printf `Hugo` }} - {{ $congo := printf `Congo` }} + {{ $congo := printf `Congo` }} {{ i18n "footer.powered_by" (dict "Hugo" $hugo "Congo" $congo) | safeHTML }}

{{ end }}