Merge branch 'master' into master

This commit is contained in:
Dmitry Kolosov 2020-09-07 21:09:26 +03:00 committed by GitHub
commit d40b63815f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 105 additions and 25 deletions

View file

@ -3,6 +3,7 @@
{{ if gt $languagesCount 1 }}
{{ partial "languageSelect.html" . }}
{{ end }}
<div class="common-footer-bottom">
{{ if .Site.Menus.footer }}
{{ $currentPage := . }}
@ -17,6 +18,7 @@
{{ 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>
{{ partial "themeSwitcher.html" . }}
</div>
{{ partial "themeSwitcher.html" . }}
</footer>