Zed 7 лет назад
Родитель
Сommit
4f7e0ffc22
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/nitter.nim

+ 1 - 1
src/nitter.nim

@@ -74,7 +74,7 @@ routes:
       resp Http404, showError("Tweet not found", cfg.title)
       resp Http404, showError("Tweet not found", cfg.title)
 
 
     let title = pageTitle(conversation.tweet.profile)
     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":
   get "/pic/@sig/@url":
     cond "http" in @"url"
     cond "http" in @"url"