From d2bc718bd3e67ba7cc73c6e0f3edc1ea2def0d8e Mon Sep 17 00:00:00 2001 From: Nakaya Date: Mon, 28 Nov 2022 17:46:53 +0900 Subject: [PATCH 1/3] =?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 }} From 5bb51771f3c43f7c6f579c88cdbc0ed749a8e2c4 Mon Sep 17 00:00:00 2001 From: Nakaya Date: Mon, 28 Nov 2022 17:51:42 +0900 Subject: [PATCH 2/3] =?UTF-8?q?=E6=94=B9=E8=A1=8C=E3=82=92=E4=BF=AE?= =?UTF-8?q?=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 }} From 3c1a8a2712da75fe43fcb7505623a9816a8db646 Mon Sep 17 00:00:00 2001 From: Nakaya <32014963+eniehack@users.noreply.github.com> Date: Mon, 28 Nov 2022 18:10:02 +0900 Subject: [PATCH 3/3] Update footer.html --- 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 40b5370..024d818 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 FusionCompLab` -}} {{ T "footer.builtWith" (dict "Generator" $Generator) | safeHTML }}
{{ T "footer.designedBy" (dict "Theme" $Theme "DesignedBy" $DesignedBy) | safeHTML }}