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