diff options
| -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 ); |