diff options
| author | Fuwn <[email protected]> | 2022-09-10 12:41:45 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-09-10 12:41:45 -0700 |
| commit | 4d1ff522ad8f959d71b37e28439ae7d18839fba0 (patch) | |
| tree | fde3cf101889c8deaea6989479e7a0f317f03468 /src/modules | |
| parent | fix(footer.hbs): update i2p eepsite (diff) | |
| download | locus-4d1ff522ad8f959d71b37e28439ae7d18839fba0.tar.xz locus-4d1ff522ad8f959d71b37e28439ae7d18839fba0.zip | |
feat(index.gmi): add reference to stocks
Diffstat (limited to 'src/modules')
| -rw-r--r-- | src/modules/static.rs | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/modules/static.rs b/src/modules/static.rs index 485c053..47b7494 100644 --- a/src/modules/static.rs +++ b/src/modules/static.rs @@ -51,6 +51,10 @@ pub fn module(router: &mut windmark::Router) { "licensing" ), ("/readability", "The readability disclosure", "readability"), - ("/tor", "Information and resources for The Tor Project", "tor"), + ( + "/tor", + "Information and resources for The Tor Project", + "tor" + ), ); } |