aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/Footer.astro
blob: d24759599d89488fa6e7a955b14d6d0f914ff26e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
const today = new Date();
---

<footer>
	<a href="https://pinapelz.com">website</a> &middot; <a href="https://pinapelz.moe">hub</a> &middot; <a href="https://github.com/pinapelz">github</a> &middot; <a href="mailto:yukais@pinapelz.com">email</a>
	<p>powered by Astro</p>
</footer>
<style>
	footer {
		padding: 25px;
		text-align: center;
	}
	footer p {
		margin-top: 10px;
		font-size: 0.8em;
	}
</style>
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage