hugo-theme-anubis2/layouts/partials/footer.html

3 lines
290 B
HTML
Raw Normal View History

2020-01-28 20:23:46 +01:00
<p>© {{ if isset .Site.Params "author"}}{{ .Site.Params.author }}, {{end}}{{ now.Year }}<br>
2020-01-26 17:09:07 +01:00
{{ i18n "powered" | humanize }} <a target="_blank" href="https://gohugo.io/">Hugo</a>, {{ i18n "theme" }} <a target="_blank" href="https://github.com/mitrichius/hugo-theme-anubis">Anubis</a>.
2020-01-12 07:51:51 +01:00
</p>