lestoitsduval/layouts/partials/footer.html

15 lines
326 B
HTML
Raw Normal View History

2020-05-22 11:13:09 +02:00
<div class="container small">
<footer class="footer grid -nowrap">
<div class="cell">
2021-04-27 15:12:51 +02:00
{{ with .Site.GetPage "/contact" }}
2020-05-22 11:13:09 +02:00
{{ .Content }}
{{ end }}
</div>
<div class="cell -right">
2021-04-27 15:12:51 +02:00
{{ with .Site.GetPage "/copyleft" }}
2020-05-22 11:13:09 +02:00
{{ .Content }}
{{ end }}
</div>
2020-03-26 18:48:07 +01:00
</footer>
</div>