layouts/partials/footer.html aktualisiert

This commit is contained in:
2025-12-08 01:02:09 +01:00
parent a680368b5d
commit c1d6c82713

View File

@@ -2,7 +2,7 @@
<div class="container-wide py-12">
<div class="flex flex-col md:flex-row items-center justify-between gap-6">
{{/* Copyright */}}
<p class="text-sm text-text-muted">
<p class="flex items-center text-sm text-text-muted">
&copy; {{ now.Year }} {{ .Site.Params.author }}. All rights reserved.
</p>