diff options
| author | Fuwn <[email protected]> | 2026-02-17 09:03:07 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-02-17 09:03:07 -0800 |
| commit | 16177ca7d687917378c32ba27d6ce3d3e0dcaf90 (patch) | |
| tree | bc78e98810eba15ac77ef20d22ac296b5eb26c24 | |
| parent | refactor: Update domain references to fuwn.net (diff) | |
| download | locus-16177ca7d687917378c32ba27d6ce3d3e0dcaf90.tar.xz locus-16177ca7d687917378c32ba27d6ce3d3e0dcaf90.zip | |
refactor(modules): Remove skills route
| -rw-r--r-- | content/templates/partials/footer.hbs | 1 | ||||
| -rw-r--r-- | src/modules.rs | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/content/templates/partials/footer.hbs b/content/templates/partials/footer.hbs index f32d354..df44990 100644 --- a/content/templates/partials/footer.hbs +++ b/content/templates/partials/footer.hbs @@ -1,7 +1,6 @@ ## Quick Links => / Home -=> /skills Skills => /contact Contact => /blog Blog => https://github.com/gemrest GemRest diff --git a/src/modules.rs b/src/modules.rs index 6d3d7ce..24ee231 100644 --- a/src/modules.rs +++ b/src/modules.rs @@ -1,5 +1,5 @@ amenadiel::modules!( - uptime, directory, search, remarks, blog, random, r#static, router, skills, + uptime, directory, search, remarks, blog, random, r#static, router, contact, api, stocks, // cryptocurrency, web, finger, index ); |