diff options
| author | Pinapelz <yukais@pinapelz.com> | 2024-05-06 22:11:27 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2024-05-06 22:11:27 -0700 |
| commit | 4d818b7a6dfbd14c00a8c32bfd74d024551fd66c (patch) | |
| tree | 4391280ef18f2101e19d5dd877645c3606c3503a /src/components | |
| parent | dad7dd70e726dad6bf1ba52ffb26b9055658cb8b (diff) | |
update about and footer
Diffstat (limited to 'src/components')
| -rw-r--r-- | src/components/Footer.astro | 5 |
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> · <a href="https://pinapelz.moe">hub</a> · <a href="https://github.com/pinapelz">github</a> · <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> |
