All checks were successful
Build and Deploy Hugo Site / buildAndDeploy (push) Successful in 59s
11 lines
No EOL
279 B
HTML
Executable file
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> |