diff options
| author | seth <[email protected]> | 2023-05-21 21:22:35 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-05-21 21:22:35 -0400 |
| commit | 69aaed3e827e2326fab0401d4dbbf9b13ec63856 (patch) | |
| tree | 0374182fdfcae458ecfa9a224d7d8ad58d6b94fa /src/components | |
| parent | e9d81efcb057774a6e2952db04b9d09b84734772 (diff) | |
add link to my miniflux instance
Diffstat (limited to 'src/components')
| -rw-r--r-- | src/components/Nav.astro | 1 |
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", }; --- |
