aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--content/static/donate.gmi8
-rw-r--r--content/templates/partials/footer.hbs1
-rw-r--r--src/modules/static.rs1
3 files changed, 0 insertions, 10 deletions
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",