diff options
| author | Fuwn <[email protected]> | 2022-08-30 15:15:08 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-08-30 15:15:08 -0700 |
| commit | a4fc4fc99a8f2f96574005bf7afefa7ab86197c6 (patch) | |
| tree | 6bc85b539d38ac91b74fcca29080f12e2ef5f006 /src | |
| parent | feat: bump toolchain to nightly-2022-08-23 (diff) | |
| download | locus-a4fc4fc99a8f2f96574005bf7afefa7ab86197c6.tar.xz locus-a4fc4fc99a8f2f96574005bf7afefa7ab86197c6.zip | |
feat(tor.gmi): add resources for tor
Diffstat (limited to 'src')
| -rw-r--r-- | src/modules/static.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/static.rs b/src/modules/static.rs index 2ac912d..485c053 100644 --- a/src/modules/static.rs +++ b/src/modules/static.rs @@ -51,5 +51,6 @@ pub fn module(router: &mut windmark::Router) { "licensing" ), ("/readability", "The readability disclosure", "readability"), + ("/tor", "Information and resources for The Tor Project", "tor"), ); } |