fix issues pointed out by @BaptisteGelez in review

This commit is contained in:
Igor Galić
2019-08-14 23:51:17 +02:00
committed by Igor Galić
parent cc0df4ecb2
commit fe110b5d8a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -335,7 +335,7 @@ impl Blog {
.unwrap_or_else(|| Host::new(format!(
"{}/~/{}",
Instance::get_local().unwrap().public_domain,
self.title
self.fqn,
)))
)
}