Astro blog starter
This commit is contained in:
13
src/components/Footer.astro
Normal file
13
src/components/Footer.astro
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
const today = new Date();
|
||||
---
|
||||
|
||||
<footer>
|
||||
© {today.getFullYear()} Cassidy Williams. All rights reserved.
|
||||
</footer>
|
||||
<style>
|
||||
footer {
|
||||
padding: 25px;
|
||||
text-align: center;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user