diff --git a/layouts/partials/footer/footer.html b/layouts/partials/footer/footer.html
index 49caa89..024d818 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 FusionCompLab` -}}
{{ T "footer.builtWith" (dict "Generator" $Generator) | safeHTML }}
{{ T "footer.designedBy" (dict "Theme" $Theme "DesignedBy" $DesignedBy) | safeHTML }}