diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/modules.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules.rs b/src/modules.rs index 9cf4c57..4831493 100644 --- a/src/modules.rs +++ b/src/modules.rs @@ -177,7 +177,7 @@ pub fn multi_blog(router: &mut windmark::Router) { &format!("/blog/{}/{}", fixed_blog_name, title.to_lowercase()), &format!( "{}, {} ― An entry to one of Fuwn's blogs", - title, blog_clone + blog_clone, title ), Box::new(move |context| success!(contents, context)), ); |