From d2bc718bd3e67ba7cc73c6e0f3edc1ea2def0d8e Mon Sep 17 00:00:00 2001 From: Nakaya Date: Mon, 28 Nov 2022 17:46:53 +0900 Subject: [PATCH] =?UTF-8?q?GitHub=E3=81=AE=E3=83=AA=E3=83=B3=E3=82=AF?= =?UTF-8?q?=E3=80=81=E4=BD=9C=E8=80=85=E5=90=8D=E3=82=92=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- layouts/partials/footer/footer.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/partials/footer/footer.html b/layouts/partials/footer/footer.html index 49caa89..ef44fc9 100644 --- a/layouts/partials/footer/footer.html +++ b/layouts/partials/footer/footer.html @@ -14,8 +14,8 @@ {{ end }} {{- $Generator := `Hugo` -}} - {{- $Theme := printf `Stack` $ThemeVersion -}} - {{- $DesignedBy := `Jimmy` -}} + {{- $Theme := printf `Stack` $ThemeVersion -}} + {{- $DesignedBy := `

Jimmy and crowd4u team

` -}} {{ T "footer.builtWith" (dict "Generator" $Generator) | safeHTML }}
{{ T "footer.designedBy" (dict "Theme" $Theme "DesignedBy" $DesignedBy) | safeHTML }}