Finish main content, add MidnightLib wiki

This commit is contained in:
Martin Prokoph
2024-02-08 12:01:49 +01:00
parent e4037faf4a
commit 23fd6e87f7
16 changed files with 170 additions and 106 deletions

View File

@@ -1,16 +1,13 @@
---
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
&copy; {currentYear} - MidnightDust. A project by <a
href="https://github.com/Motschen">Martin Prokoph</a
>.
</p>
</div>