adasd
All checks were successful
Deploy / deploy (push) Successful in 45s

This commit is contained in:
2026-07-17 01:35:10 +02:00
parent 6fae7246ff
commit e010a1466c
5 changed files with 43 additions and 38 deletions

View File

@@ -1,3 +1,12 @@
<footer class="site-footer">
<div class="container site-footer__inner">
<nav class="site-footer__links" aria-label="Footer">
<a href="/impressum">Impressum</a>
<a href="/ueber-uns">Über uns</a>
</nav>
<p class="site-footer__copy">© Copyright <?= date('Y') ?> - Lars Gebhardt-Kusche</p>
</div>
</footer>
<?php asset_scripts('footer'); ?>
</body>
</html>