summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorseth <[email protected]>2023-05-21 21:22:35 -0400
committerseth <[email protected]>2023-05-21 21:22:35 -0400
commit69aaed3e827e2326fab0401d4dbbf9b13ec63856 (patch)
tree0374182fdfcae458ecfa9a224d7d8ad58d6b94fa /src
parente9d81efcb057774a6e2952db04b9d09b84734772 (diff)
add link to my miniflux instance
Diffstat (limited to 'src')
-rw-r--r--src/components/Nav.astro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/Nav.astro b/src/components/Nav.astro
index 70f07ea..ec560be 100644
--- a/src/components/Nav.astro
+++ b/src/components/Nav.astro
@@ -12,6 +12,7 @@ const links: Links = {
blog: "/blog",
forgejo: "https://git.mydadleft.me",
grafana: "https://grafana.mydadleft.me",
+ miniflux: "https://miniflux.mydadleft.me",
github: "https://github.com/getchoo",
};
---