Skip to content

Commit

Permalink
Fix footer date
Browse files Browse the repository at this point in the history
  • Loading branch information
gxres042 committed Sep 26, 2024
1 parent c935126 commit e939272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<slot />
</main>
<footer class="text-center">
<p>Copyright © 2019 - 2024 <a href="/">Sliver Complex</a>. Powered by SvelteKit.</p>
<p>Copyright © 2022 - {@html new Date().getFullYear()} <a href="/">Sliver Complex</a>. Powered by SvelteKit.</p>
</footer>
</div>

Expand Down

0 comments on commit e939272

Please sign in to comment.