website/themes/hugoplate/layouts/partials/essentials/footer.html

11 lines
279 B
HTML
Raw Normal View History

{{ $footer := .Site.GetPage "/sections/footer" }}
<footer class="bg-theme-dark bg-slate-900 ">
<div class="container">
<div class="row items-center py-10">
{{ $footer.Content }}
</div>
</div>
<div class="bg-slate-950 p-20 text-center">
2024-06-18 10:11:31 +02:00
Copyright © 2024 VeruA AG
</div>
</footer>