Initial commit

This commit is contained in:
Martin Prokoph
2024-02-07 17:31:28 +01:00
committed by GitHub
commit dbd4e1e2e1
58 changed files with 12225 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
---
import CallToAction from './CallToAction.astro'
const currentYear = new Date().getFullYear()
---
<footer>
<CallToAction />
<section class="py-8">
<div class="container">
<p>
&copy; {currentYear} - Starter Theme for <a href="https://astro.build/">Astro</a>. Made with ❤️ by <a
href="https://github.com/markteekman">Mark Teekman</a
>.
</p>
</div>
</section>
</footer>