aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2024-10-16 23:09:13 -0700
committerPinapelz <yukais@pinapelz.com>2024-10-16 23:09:21 -0700
commit2918f388c9f5bb8c941023a434a432cf52bbad05 (patch)
tree958a6d0a6cc4da26d03be939de7e92ea5f57167a
parenta4e944296c42b327a4ac0c6ef68f576b266588da (diff)
add microblog middot to footer
-rw-r--r--src/components/Footer.astro22
1 files changed, 12 insertions, 10 deletions
diff --git a/src/components/Footer.astro b/src/components/Footer.astro
index f67432e..cbec3c8 100644
--- a/src/components/Footer.astro
+++ b/src/components/Footer.astro
@@ -1,14 +1,16 @@
<footer>
- <a href="https://github.com/pinapelz">github</a> &middot; <a href="mailto:yukais@pinapelz.com">email</a>
- <p>powered by Astro</p>
+ <a href="https://github.com/pinapelz">github</a> &middot; <a
+ href="mailto:yukais@pinapelz.com">email</a
+ > &middot; <a href="https://microblog.pinapelz.com/">microblog</a>
+ <p>powered by Astro</p>
</footer>
<style>
- footer {
- padding: 25px;
- text-align: center;
- }
- footer p {
- margin-top: 10px;
- font-size: 0.8em;
- }
+ 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