aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/modules/static.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/modules/static.rs b/src/modules/static.rs
index e3294fd..23e2674 100644
--- a/src/modules/static.rs
+++ b/src/modules/static.rs
@@ -94,6 +94,11 @@ pub fn module(router: &mut windmark::Router) {
"/translations",
"Translate a page to your language of choice!",
"translations"
+ ),
+ (
+ "/useful",
+ "Useful quick links that don't fit in the \"quick links\"",
+ "useful"
)
);
}