From b316f63b98d5ba77f0a78f131d0e7de350a1ac80 Mon Sep 17 00:00:00 2001 From: seth Date: Fri, 19 May 2023 12:28:37 -0400 Subject: feat: add links to my forgejo/grafana --- src/components/Footer.astro | 11 +++++++---- src/components/Nav.astro | 2 ++ 2 files changed, 9 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 5940aee..0a244c0 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -6,8 +6,11 @@ const { stdout: gitCommit } = await execa("git", ["rev-parse", "HEAD"]); ---
-
- source -

commit: {gitCommit}

-
+
+ source +

commit: {gitCommit}

+
diff --git a/src/components/Nav.astro b/src/components/Nav.astro index d25b180..b3baf19 100644 --- a/src/components/Nav.astro +++ b/src/components/Nav.astro @@ -2,6 +2,8 @@ const links = { home: "/", blog: "/blog", + forgejo: "https://git.mydadleft.me", + grafana: "https://grafana.mydadleft.me", github: "https://github.com/getchoo", }; --- -- cgit v1.2.3