diff options
| author | Fuwn <[email protected]> | 2024-03-05 06:08:55 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-03-05 06:08:55 -0800 |
| commit | 3f869e3075cb59cc393744fcc2b32df96be6ce89 (patch) | |
| tree | 9ee70a3b0c92d9bd01bc55580fe12fff5ad728e2 | |
| parent | format: new rustfmt.toml (diff) | |
| download | locus-3f869e3075cb59cc393744fcc2b32df96be6ce89.tar.xz locus-3f869e3075cb59cc393744fcc2b32df96be6ce89.zip | |
feat(donate): remove donate page
| -rw-r--r-- | content/static/donate.gmi | 8 | ||||
| -rw-r--r-- | content/templates/partials/footer.hbs | 1 | ||||
| -rw-r--r-- | src/modules/static.rs | 1 |
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", |