Skip to content

Commit b660bb1

Browse files
committed
feat(website): add footer
1 parent 7ef25db commit b660bb1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/website/app/layouts/default.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
<footer>
2929
<div class="max-w:screen-lg mx:auto p:4x t:center">
30-
<p>© 2024 Alan Lu. All rights reserved.</p>
30+
<p>© 2024-{{ new Date().getFullYear() }} <a class="link" href="https://github.com/alanlu-zyl" target="_blank">Alan Lu</a>. All rights reserved.</p>
3131
</div>
3232
</footer>
3333
</div>

0 commit comments

Comments
 (0)