Files
kleiax 904d14b64c
CI / test (push) Canceled after 0s
Initial commit
2026-09-12 22:22:17 +02:00

12 lines
381 B
Cheetah

{{define "footer"}}
<footer>
<span>Gardomatic · {{.CurrentYear}}</span>
<nav aria-label='Weitere Informationen'>
<a href='https://git.kleiax.de/kleiax/Gardomatic'>Git</a>
<a href='https://kleiax.de'>Kleiax</a>
<a href='{{webPath "healthcheck"}}'>Systemstatus</a>
<a href='{{webPath "privacy"}}'>Datenschutz</a>
</nav>
</footer>
{{end}}