Footer: Copyright hackner.dev ergänzen

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-07-06 17:50:04 +02:00
co-authored by Claude Opus 4.8
parent 3b694edac6
commit 4e5933890f
+1 -1
View File
@@ -2,7 +2,7 @@
<div class="container mx-auto px-4 text-center">
<p class="text-gray-600 dark:text-gray-400 text-sm">
Bewerbungssystem |
<span id="currentYear"><%= new Date().getFullYear() %></span>
&copy; hackner.dev <span id="currentYear"><%= new Date().getFullYear() %></span>
</p>
</div>
</footer>