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