Fix a but about blog title and AP URL

This commit is contained in:
Kitaiti Makoto
2023-01-03 22:09:13 +09:00
parent d20ce6dd0b
commit ee1e553460
2 changed files with 9 additions and 6 deletions
+1 -1
View File
@@ -255,7 +255,7 @@ impl Post {
ap_url(&format!(
"{}/~/{}/{}/",
CONFIG.base_url,
blog.fqn,
iri_percent_encode_seg(&blog.fqn),
iri_percent_encode_seg(slug)
))
}