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

footer.html « partials « layouts - github.com/fourtyone11/origin-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bf0236f694f11e19bef7d510e52b656c066632b0 (plain)
1
2
3
4
5
6
7
8
9
10
<footer>
    <div class="footer">
        {{with .Site.Copyright }}
            <div>{{ . | safeHTML }}</div>
        {{end}}
        <div class="footer__socials">{{partial "social.html" .}}</div>
    </div>
</footer>
{{$script := resources.Get "js/script.js"}}
<script src="{{$script.Permalink}}"></script>