We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba6039a commit 45ff374Copy full SHA for 45ff374
1 file changed
src/components/layout/Footer.astro
@@ -6,7 +6,9 @@ import FooterLink from './FooterLink.astro'
6
<footer class="flex flex-wrap items-center justify-center gap-8 py-8">
7
<div class="flex flex-wrap items-center justify-center gap-4 px-4">
8
<OuccImage role="img" aria-label="OUCC" class="w-12" />
9
- <span class="text-sm">© 2025 大阪大学コンピュータクラブ</span>
+ <span class="text-sm"
10
+ >© {new Date().getFullYear()} 大阪大学コンピュータクラブ</span
11
+ >
12
</div>
13
14
<FooterLink to="/oucc-rules.pdf">規約</FooterLink>
0 commit comments