layouts: partials: use 'footer-extra'
This commit is contained in:
parent
ecbff557cd
commit
d20b6aed18
|
@ -4,10 +4,7 @@
|
|||
{{ partial "languageSelect.html" . }}
|
||||
{{ 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>.
|
||||
</p>
|
||||
<div class="identity-links">
|
||||
<a data-hint="Email" title="Email" href="mailto:{{ .Site.Author.email }}" rel="me"> Email </a>
|
||||
<a data-hint="Github" title="Github" href="https://github.com/{{ .Site.Author.github }}" target="_blank" rel="me"> Github </a>
|
||||
<a data-hint="GitLab" title="GitLab" href="https://gitlab.com/{{ .Site.Author.gitlab }}" target="_blank" rel="me"> GitLab </a>
|
||||
|
@ -20,8 +17,4 @@
|
|||
<a target="_blank" rel="noopener noreferrer" href="https://blacklivesmatter.com/"> Black Lives Matter </a>
|
||||
</p>
|
||||
</div>
|
||||
<div class="blm">
|
||||
</div>
|
||||
|
||||
{{ partial "themeSwitcher.html" . }}
|
||||
</footer>
|
Loading…
Reference in a new issue