mirror of
https://github.com/zedeus/nitter
synced 2024-11-22 18:07:14 +01:00
Fix timeline title
This commit is contained in:
parent
6a9d182249
commit
4f7e0ffc22
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user