diff options
| author | Fuwn <[email protected]> | 2022-04-14 23:36:32 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-04-14 23:36:32 -0700 |
| commit | c7b94cbe24443cd96ecfcee806135a7a78f9488e (patch) | |
| tree | 4281631ed16bb020fcc04c9314f8e9930e301a9e /src/modules.rs | |
| parent | refactor(quotes): move quotes to json file (diff) | |
| download | locus-c7b94cbe24443cd96ecfcee806135a7a78f9488e.tar.xz locus-c7b94cbe24443cd96ecfcee806135a7a78f9488e.zip | |
refactor(blog): rearrange description
Diffstat (limited to 'src/modules.rs')
| -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)), ); |