hermitcollective-nix-server/sites/blog.hermitcollective.net/blog/themes/hugo-simple/layouts/partials/footer.html
Jan van der Weide 6871d333f6 REPO MIGRATED
2025-02-11 14:15:02 +01:00

11 lines
273 B
HTML

{{ with .Site.Copyright }}
<span>{{ . }}</span>
{{ end }}
{{ if not .Site.Params.hideMadeWithLine }}
<span>
{{ if .Site.Copyright }}|{{ end }}
Made with
<a href="https://github.com/maolonglong/hugo-simple/">Hugo ʕ•ᴥ•ʔ Simple</a>
</span>
{{ end }}