Dynamically update the copyright year in the footer
This commit is contained in:
@@ -8,7 +8,8 @@
|
|||||||
|
|
||||||
<footer class="row text-sm text-muted-foreground">
|
<footer class="row text-sm text-muted-foreground">
|
||||||
<div class="grow">
|
<div class="grow">
|
||||||
2025 © <a class="no-underline hover:underline" href="https://dayli.ly">daylily</a>
|
{new Date().getFullYear()} ©
|
||||||
|
<a class="no-underline hover:underline" href="https://dayli.ly">daylily</a>
|
||||||
</div>
|
</div>
|
||||||
<Button size="icon" variant="ghost" onclick={toggleMode} aria-label="Toggle color scheme">
|
<Button size="icon" variant="ghost" onclick={toggleMode} aria-label="Toggle color scheme">
|
||||||
{#if $mode === 'dark'}
|
{#if $mode === 'dark'}
|
||||||
|
|||||||
Reference in New Issue
Block a user