Files
mantelzorgwoning.info/themes/godocs-1/layouts/partials/footer.html
2025-12-10 15:55:30 +01:00

27 lines
974 B
HTML

<footer>
<div class="container">
<div class="row align-items-justify border-bottom py-5">
<div class="col-lg-4">
<ul class="list-inline footer-menu text-center text-lg-start">
{{ range site.Menus.footer }}
<li class="list-inline-item"><a href="{{ .URL | absLangURL }}">{{ .Name }}</a></li>
{{ end }}
</ul>
</div>
<div class="col-lg-4 text-center mb-4 mb-lg-0">
<small class="text-light">
{{ site.Params.copyright | markdownify }}
{{ if site.Params.theme_copyright }}
| Made with <i class="fa-solid fa-heart"></i> by
<a target="_blank" rel="noopener noreferrer" href="https://start-it.nl">StartIT</a>
{{ end }}
</small>
</div>
<div class="col-lg-4 text-lg-end">
<a class="btn btn-outline-primary" href="/erkende-bouwers">Lijst van bouwers</a>
</div>
</div>
</div>
</footer>