From 5bb51771f3c43f7c6f579c88cdbc0ed749a8e2c4 Mon Sep 17 00:00:00 2001 From: Nakaya Date: Mon, 28 Nov 2022 17:51:42 +0900 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E8=A1=8C=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- layouts/partials/footer/footer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/footer/footer.html b/layouts/partials/footer/footer.html index ef44fc9..40b5370 100644 --- a/layouts/partials/footer/footer.html +++ b/layouts/partials/footer/footer.html @@ -15,7 +15,7 @@ {{- $Generator := `Hugo` -}} {{- $Theme := printf `Stack` $ThemeVersion -}} - {{- $DesignedBy := `

Jimmy and crowd4u team

` -}} + {{- $DesignedBy := `Jimmy and crowd4u team` -}} {{ T "footer.builtWith" (dict "Generator" $Generator) | safeHTML }}
{{ T "footer.designedBy" (dict "Theme" $Theme "DesignedBy" $DesignedBy) | safeHTML }}