aboutsummaryrefslogtreecommitdiff
path: root/src/modules/index.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/index.rs')
-rw-r--r--src/modules/index.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/index.rs b/src/modules/index.rs
index 0f7749a..1dfa66f 100644
--- a/src/modules/index.rs
+++ b/src/modules/index.rs
@@ -8,7 +8,7 @@ pub fn module(router: &mut windmark::router::Router) {
move |context| {
crate::response::success(
&format!(
- r#"# Fuwn[.me]
+ r"# Fuwn[.me]
I enjoy writing for archaic systems in dated languages and with artificially imposed constraints, all while aiming for peak performance and minimal design.
@@ -30,7 +30,7 @@ I write a lot of software and tooling for the Gemini protocol, the backbone of t
Don't know where to start? Check out The Directory or test your luck!
=> /directory The Directory
-=> /random I'm Feeling Lucky"#,
+=> /random I'm Feeling Lucky",
{
(*POSTS).lock().map_or_else(
|_| "...".to_string(),