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

View File

@ -29,6 +29,9 @@
<link rel="pingback" href="https://webmention.io/{{.Site.Params.webmentions.login}}/xmlrpc" />
{{ end }}
{{ end }}
{{ if isset .Site.Params.webmentions "url" }}
<link rel="webmention" href="{{.Site.Params.webmentions.url}}" />
{{ end }}
<!-- Article tags -->
<!-- <meta property="article:published_time" content="">

View File

View File

@ -11,4 +11,6 @@
{{ end }}
</div>
</div>
{{ end }}
{{ end }}
{{ partial "pagination-extra.html" . }}

View File

@ -9,7 +9,8 @@
{{ end }}
<a class="post-hidden-url u-url" href="{{ .Permalink }}">{{ .Permalink }}</a>
<div class="post-hidden-author p-author">{{ .Params.author | default .Site.Params.author }}</div>
<a href={{ .Site.BaseURL }} class="p-name p-author post-hidden-author" rel="me">{{ .Params.author | default .Site.Params.author }}</a>
<div class="post-taxonomies">
{{ if .Params.categories }}