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