Update footer.html

This commit is contained in:
Nakaya 2022-11-28 18:10:02 +09:00 committed by GitHub
parent 5bb51771f3
commit 3c1a8a2712
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@
{{- $Generator := `<a href="https://gohugo.io/" target="_blank" rel="noopener">Hugo</a>` -}}
{{- $Theme := printf `<b><a href="https://github.com/crowd4u/hugo-theme-stack" target="_blank" rel="noopener" data-version="%s">Stack</a></b>` $ThemeVersion -}}
{{- $DesignedBy := `<span><a href="https://jimmycai.com" target="_blank" rel="noopener">Jimmy</a> and crowd4u team</span>` -}}
{{- $DesignedBy := `<span><a href="https://jimmycai.com" target="_blank" rel="noopener">Jimmy</a> and FusionCompLab</span>` -}}
{{ T "footer.builtWith" (dict "Generator" $Generator) | safeHTML }} <br />
{{ T "footer.designedBy" (dict "Theme" $Theme "DesignedBy" $DesignedBy) | safeHTML }}