lestoitsduval/layouts/partials/footer.html

15 lines
326 B
HTML

<div class="container small">
<footer class="footer grid -nowrap">
<div class="cell">
{{ with .Site.GetPage "/contact" }}
{{ .Content }}
{{ end }}
</div>
<div class="cell -right">
{{ with .Site.GetPage "/copyleft" }}
{{ .Content }}
{{ end }}
</div>
</footer>
</div>