- Move footer-extra inside copyright diff

This commit is contained in:
Nils Kempen 2021-02-23 21:49:44 +01:00
parent ec4911a3ab
commit 89ce9761a4
5 changed files with 10 additions and 4 deletions

View file

@ -15,7 +15,8 @@
{{ end }}
<div class="copyright">
<p>© {{ if isset .Site.Params "author"}}{{ .Site.Params.author }}, {{end}}{{ now.Year }}<br>
{{ i18n "powered" | humanize }} <a target="_blank" rel="noopener noreferrer" href="https://gohugo.io/">Hugo</a>, {{ i18n "theme" }} <a target="_blank" rel="noopener noreferrer" href="https://github.com/mitrichius/hugo-theme-anubis">Anubis</a>.
{{ i18n "powered" | humanize }} <a target="_blank" rel="noopener noreferrer" href="https://gohugo.io/">Hugo</a>, {{ i18n "theme" }} <a target="_blank" rel="noopener noreferrer" href="https://github.com/mitrichius/hugo-theme-anubis">Anubis</a>.<br>
{{ partial "footer-extra.html" . }}
</p>
</div>
@ -23,5 +24,4 @@
</div>
{{ partial "h-card.html" . }}
{{ partial "footer-extra.html" . }}
</footer>