From 3f869e3075cb59cc393744fcc2b32df96be6ce89 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Tue, 5 Mar 2024 06:08:55 -0800 Subject: feat(donate): remove donate page --- content/static/donate.gmi | 8 -------- content/templates/partials/footer.hbs | 1 - src/modules/static.rs | 1 - 3 files changed, 10 deletions(-) delete mode 100644 content/static/donate.gmi diff --git a/content/static/donate.gmi b/content/static/donate.gmi deleted file mode 100644 index cc2617d..0000000 --- a/content/static/donate.gmi +++ /dev/null @@ -1,8 +0,0 @@ -# Donate - -* Bitcoin: bc1qpcyqn63d8uz8q6msna9789sc5sstvp2rew5dgw -* Monero: 43QPcYCm6BFfufsmN9RrXvM6bcdj3nDZc2stkDbSNpwgf3XQpqrSpadVosB3qtTAyg1T2NUSJ5E2miadhorH53pKF274wUB -* Litecoin: ltc1qqwsg6wx49zjhlpypk0xe7q4kgclml3d8kx4hlz -* Near: fuwn.near - -or through OpenAlias, if available: fuwn.me \ No newline at end of file diff --git a/content/templates/partials/footer.hbs b/content/templates/partials/footer.hbs index c04c681..0d75153 100644 --- a/content/templates/partials/footer.hbs +++ b/content/templates/partials/footer.hbs @@ -3,7 +3,6 @@ => / Home => /skills Skills => /contact Contact -=> /donate Donate => /blog Blog => gemini://gem.rest GemRest => /search Search diff --git a/src/modules/static.rs b/src/modules/static.rs index 6290244..9913706 100644 --- a/src/modules/static.rs +++ b/src/modules/static.rs @@ -62,7 +62,6 @@ pub fn module(router: &mut windmark::router::Router) { "pages", router, ("/", "This Gemini capsule's homepage", "index"), - ("/donate", "Many ways to donate to Fuwn", "donate"), ( "/gemini", "Information and resources for the Gemini protocol", -- cgit v1.2.3