From 16177ca7d687917378c32ba27d6ce3d3e0dcaf90 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Tue, 17 Feb 2026 09:03:07 -0800 Subject: refactor(modules): Remove skills route --- content/templates/partials/footer.hbs | 1 - src/modules.rs | 2 +- 2 files changed, 1 insertion(+), 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 ); -- cgit v1.2.3