diff options
Diffstat (limited to 'layouts/partials/footer.html')
-rw-r--r-- | layouts/partials/footer.html | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html deleted file mode 100644 index ca9bb40..0000000 --- a/layouts/partials/footer.html +++ /dev/null @@ -1,28 +0,0 @@ -<footer class="common-footer"> - {{ $languagesCount := $.Site.Home.AllTranslations }} - {{ if gt $languagesCount 1 }} - {{ partial "languageSelect.html" . }} - {{ end }} - - <div class="common-footer-bottom"> - {{ if .Site.Menus.footer }} - {{ $currentPage := . }} - <ul class="footer-menu"> - {{ range .Site.Menus.footer }} - <li><a class="{{if or ($currentPage.IsMenuCurrent "footer" .) ($currentPage.HasMenuCurrent "footer" .) }} active{{end}}" href="{{ .URL | absLangURL }}" title="{{ .Title }}">{{ .Name }}</a></li> - {{ end }} - </ul> - {{ 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>.<br> - {{ partial "copyright.html" . }} - </p> - </div> - <div> - {{ partial "footer-extra.html" . }} - </div> - </div> - - {{ partial "h-card.html" . }} -</footer> |