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

footer.html « partials « layouts - gitlab.com/maxlefou/hugo.386.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cb7e370ed272858218073b8fe02b4ab47deaf3bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<footer class="container">
    <hr class="soften">
    <p>
        {{- partial "copyright.html" . -}}
    </p>
    <p class="text-center">
        {{ with .Site.Params.facebook }}<a href="{{ . }}">Facebook</a> {{ end }}
        {{ with .Site.Params.twitter }}<a href="{{ . }}">Twitter</a> {{ end }}
        {{ with .Site.Params.linkedin }}<a href="{{ . }}">Linkedin</a> {{ end }}
        {{ with .Site.Params.github }}<a href="{{ . }}">GitHub</a> {{ end }}
        {{ with .Site.Params.gitlab }}<a href="{{ . }}">GitLab</a>{{ end }}
    </p>
</footer>