diff options
| author | Fuwn <[email protected]> | 2022-06-14 00:16:12 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-06-14 00:16:12 -0700 |
| commit | e2d96cb830bf090aa25cea1f2c55913a81ae9d05 (patch) | |
| tree | 35d268da085f98cc82aa7b8d6a9899e1c266eff5 /src/modules/search.rs | |
| parent | feat(remarks): add more structure to remarks (diff) | |
| download | locus-e2d96cb830bf090aa25cea1f2c55913a81ae9d05.tar.xz locus-e2d96cb830bf090aa25cea1f2c55913a81ae9d05.zip | |
format(modules): casing of top level headers
Diffstat (limited to 'src/modules/search.rs')
| -rw-r--r-- | src/modules/search.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/search.rs b/src/modules/search.rs index 15d0061..61207d0 100644 --- a/src/modules/search.rs +++ b/src/modules/search.rs @@ -58,7 +58,7 @@ pub(super) fn module(router: &mut windmark::Router) { "A search engine for this Gemini capsule", Box::new(|context| { let mut response = String::from( - "# SEARCH\n\n=> /search?action=go Search!\n=> /random I'm Feeling \ + "# Search\n\n=> /search?action=go Search!\n=> /random I'm Feeling \ Lucky", ); |