migrate to astro
This commit is contained in:
parent
82150df591
commit
5e67b2bb0d
135 changed files with 5886 additions and 8330 deletions
14
src/components/Footer.astro
Normal file
14
src/components/Footer.astro
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
const today = new Date();
|
||||
---
|
||||
|
||||
<footer class="bg-gray-100/60 dark:bg-mytheme-900 shadow-sm">
|
||||
© {today.getFullYear()} Alexander Daichendt. All rights reserved.
|
||||
</footer>
|
||||
<style>
|
||||
footer {
|
||||
padding: 2em 1em 6em 1em;
|
||||
color: rgb(var(--gray));
|
||||
text-align: center;
|
||||
}
|
||||
</style>
|
||||
Loading…
Add table
Add a link
Reference in a new issue