aboutsummaryrefslogtreecommitdiffstats
path: root/src/components
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2024-05-06 22:11:27 -0700
committerPinapelz <yukais@pinapelz.com>2024-05-06 22:11:27 -0700
commit4d818b7a6dfbd14c00a8c32bfd74d024551fd66c (patch)
tree4391280ef18f2101e19d5dd877645c3606c3503a /src/components
parentdad7dd70e726dad6bf1ba52ffb26b9055658cb8b (diff)
update about and footer
Diffstat (limited to 'src/components')
-rw-r--r--src/components/Footer.astro5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/components/Footer.astro b/src/components/Footer.astro
index d40829b..d247595 100644
--- a/src/components/Footer.astro
+++ b/src/components/Footer.astro
@@ -4,10 +4,15 @@ 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