mirror of
https://github.com/Motschen/midnightdust-eu.git
synced 2025-12-17 02:55:10 +01:00
Initial commit
This commit is contained in:
18
src/components/Footer.astro
Normal file
18
src/components/Footer.astro
Normal 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>
|
||||
© {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>
|
||||
Reference in New Issue
Block a user