Fix timeline title

このコミットが含まれているのは:
Zed 2019-07-31 03:19:30 +02:00
コミット 4f7e0ffc22
1個のファイルの変更1行の追加1行の削除

ファイルの表示

@ -74,7 +74,7 @@ routes:
resp Http404, showError("Tweet not found", cfg.title)
let title = pageTitle(conversation.tweet.profile)
resp renderMain(renderConversation(conversation), title=title)
resp renderMain(renderConversation(conversation), title=cfg.title, titleText=title)
get "/pic/@sig/@url":
cond "http" in @"url"