diff options
| author | Fuwn <[email protected]> | 2024-09-27 07:07:36 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-27 07:07:36 -0700 |
| commit | 45cb69e0d8bec71d22c40c1c0d50ca64ba129bdb (patch) | |
| tree | 136f2d3b1b14c35224c506b13d2640987e8f1e82 | |
| parent | chore(static): move translations to unused (diff) | |
| download | locus-45cb69e0d8bec71d22c40c1c0d50ca64ba129bdb.tar.xz locus-45cb69e0d8bec71d22c40c1c0d50ca64ba129bdb.zip | |
feat(content): remove interests
| -rw-r--r-- | content/static/useful.gmi | 1 | ||||
| -rw-r--r-- | src/modules.rs | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/content/static/useful.gmi b/content/static/useful.gmi index ae7b14f..9b2f5d3 100644 --- a/content/static/useful.gmi +++ b/content/static/useful.gmi @@ -2,7 +2,6 @@ These are few links that don't make the cut for the "quick links" anymore. -=> /interests Interests => /blog/technology/gemini Gemini => /blog/technology/gopher Gopher diff --git a/src/modules.rs b/src/modules.rs index 9551f0c..bd188ac 100644 --- a/src/modules.rs +++ b/src/modules.rs @@ -9,7 +9,6 @@ amenadiel::modules!( router, skills, contact, - interests, api, stocks, cryptocurrency, |