website/themes/hugoplate/layouts/partials/essentials/footer.html
bettina f5b22f2a88
All checks were successful
Build and Deploy Hugo Site / buildAndDeploy (push) Successful in 59s
change RaBe WebSolutions to VeruA AG
2024-06-18 10:11:31 +02:00

11 lines
No EOL
279 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 VeruA AG
</div>
</footer>