summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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",
};
---