Dynamically update the copyright year in the footer

This commit is contained in:
daylily
2025-04-03 02:53:47 -04:00
parent 0553d083d0
commit ebf7f6a4fe
+2 -1
View File
@@ -8,7 +8,8 @@
<footer class="row text-sm text-muted-foreground">
<div class="grow">
2025 &copy; <a class="no-underline hover:underline" href="https://dayli.ly">daylily</a>
{new Date().getFullYear()} &copy;
<a class="no-underline hover:underline" href="https://dayli.ly">daylily</a>
</div>
<Button size="icon" variant="ghost" onclick={toggleMode} aria-label="Toggle color scheme">
{#if $mode === 'dark'}