website/themes/hugoplate/layouts/partials/essentials/footer.html
2024-02-20 11:44:20 +00:00

11 lines
No EOL
288 B
HTML
Executable file

{{ $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">
Copyright © 2024 RaBe WebSolutions
</div>
</footer>