diff options
| author | Pinapelz <yukais@pinapelz.com> | 2024-10-17 13:35:53 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2024-10-17 13:35:53 -0700 |
| commit | 96392c73bd5c7ba9f66437205ebcf6c3a1553695 (patch) | |
| tree | 7c562b9c27aa880b87ca0e80a50739c8720214d9 | |
| parent | 2918f388c9f5bb8c941023a434a432cf52bbad05 (diff) | |
Revert "add microblog middot to footer"
This reverts commit 2918f388c9f5bb8c941023a434a432cf52bbad05.
| -rw-r--r-- | src/components/Footer.astro | 22 |
1 files changed, 10 insertions, 12 deletions
diff --git a/src/components/Footer.astro b/src/components/Footer.astro index cbec3c8..f67432e 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -1,16 +1,14 @@ <footer> - <a href="https://github.com/pinapelz">github</a> · <a - href="mailto:yukais@pinapelz.com">email</a - > · <a href="https://microblog.pinapelz.com/">microblog</a> - <p>powered by Astro</p> + <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; - } + footer { + padding: 25px; + text-align: center; + } + footer p { + margin-top: 10px; + font-size: 0.8em; + } </style> |
