Initial commit
This commit is contained in:
9
src/components/Footer.astro
Normal file
9
src/components/Footer.astro
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
import GiteaLink from "./links/GiteaLink.astro"
|
||||
const gitUrl = import.meta.env.GIT_URL
|
||||
---
|
||||
|
||||
<div class="divider"></div>
|
||||
<div class="mx-auto">
|
||||
<GiteaLink href={gitUrl} />
|
||||
</div>
|
Reference in New Issue
Block a user