aboutsummaryrefslogtreecommitdiffstats
path: root/layouts/partials/footer.html
blob: e781e639410c8c438da94ac5b9bff040cb04e3e3 (plain)
1
2
3
4
5
6
7
<footer class="bg-black">
    <div class="w-100 ph3 pv3 tc near-white">
        {{ with .Site.GetPage "footer.md" }}
            {{ .Content }}
        {{ end }}
    </div>
</footer>