Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_footer.html « partials « layouts - github.com/spech66/flex-bp-hugo-cv.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 425bc701e71f7a102f23e64a0847d509196ee7f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<div class="fabs">
    {{ if .IsTranslated }}
        {{ range $.Site.Home.AllTranslations }}
            <a href="{{ .RelPermalink }}" class="btn">{{ .Language.LanguageName }}</a>
        {{ end }}
    {{ end }}
    <button class="btn-toggle-theme btn" aria-label="Toggle theme"><i class="fas fa-adjust"></i></button>
    <a href="#" class="btn" aria-label="Go to top"><i class="fas fa-arrow-circle-up"></i></a>    
</div>

<footer>
    &copy; {{ now.Format "2006" }} {{ range .Site.Author }}{{ . }}{{ end }}.
    {{ i18n "themeby" }} <a href="https://www.spech.de" target="_blank" rel="noopener noreferrer">Sebastian Pech</a>.
</footer>