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] 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 }}