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 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'src/components/Footer.astro') 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}

+
-- cgit v1.2.3