We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2300f4f commit a47800dCopy full SHA for a47800d
src/components/Footer.astro
@@ -11,8 +11,8 @@ const currentYear = new Date().getFullYear();
11
12
<aside>
13
<p class="text-sm">
14
- Built with ❤️ using <a href="https://astro.build" target="_blank" rel="noopener noreferrer" class="link link-primary">Astro</a>
15
© {currentYear} <a href="/" class="link link-primary">MyCodingPlan</a>
+ · Built with ❤️ using <a href="https://astro.build" target="_blank" rel="noopener noreferrer" class="link link-primary">Astro</a>
16
</p>
17
</aside>
18
</footer>
0 commit comments