- Move footer-extra inside copyright diff
This commit is contained in:
parent
ec4911a3ab
commit
89ce9761a4
@ -15,7 +15,8 @@
|
|||||||
{{ end }}
|
{{ end }}
|
||||||
<div class="copyright">
|
<div class="copyright">
|
||||||
<p>© {{ if isset .Site.Params "author"}}{{ .Site.Params.author }}, {{end}}{{ now.Year }}<br>
|
<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>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -23,5 +24,4 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
{{ partial "h-card.html" . }}
|
{{ partial "h-card.html" . }}
|
||||||
{{ partial "footer-extra.html" . }}
|
|
||||||
</footer>
|
</footer>
|
||||||
|
@ -29,6 +29,9 @@
|
|||||||
<link rel="pingback" href="https://webmention.io/{{.Site.Params.webmentions.login}}/xmlrpc" />
|
<link rel="pingback" href="https://webmention.io/{{.Site.Params.webmentions.login}}/xmlrpc" />
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
{{ if isset .Site.Params.webmentions "url" }}
|
||||||
|
<link rel="webmention" href="{{.Site.Params.webmentions.url}}" />
|
||||||
|
{{ end }}
|
||||||
|
|
||||||
<!-- Article tags -->
|
<!-- Article tags -->
|
||||||
<!-- <meta property="article:published_time" content="">
|
<!-- <meta property="article:published_time" content="">
|
||||||
|
0
layouts/partials/pagination-extra.html
Normal file
0
layouts/partials/pagination-extra.html
Normal file
@ -12,3 +12,5 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
|
{{ partial "pagination-extra.html" . }}
|
||||||
|
@ -9,7 +9,8 @@
|
|||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
<a class="post-hidden-url u-url" href="{{ .Permalink }}">{{ .Permalink }}</a>
|
<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">
|
<div class="post-taxonomies">
|
||||||
{{ if .Params.categories }}
|
{{ if .Params.categories }}
|
||||||
|
Loading…
Reference in New Issue
Block a user