From b57f6950fba6c855e554a90ec605abbdb2de002a Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Sat, 20 Apr 2024 08:43:19 +0000 Subject: [PATCH] feat: add elsewhere to footer; fix srht link --- src/components/Footer.astro | 3 +++ src/pages/now.astro | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 2424d02..f5de273 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -12,6 +12,9 @@ const year = new Date().getFullYear();
  • See the source code
  • +
  • + Elsewhere: ayo.so/cials +
  • diff --git a/src/pages/now.astro b/src/pages/now.astro index 33d9e19..c5eaa75 100644 --- a/src/pages/now.astro +++ b/src/pages/now.astro @@ -16,7 +16,7 @@ const posts = await Astro.glob("./now/and-then/posts/*.astro");

    This very website is now running on a Flask python server. And I have started working on a self-hosted public /threads project.

    -

    Will probably write some blogs about the journey, but I have already organized the collection of repositories for my personal site

    +

    Will probably write some blogs about the journey, but I have already organized the collection of repositories for my personal site