mirror of
https://github.com/zedeus/nitter.git
synced 2025-01-08 08:05:24 +00:00
add "About" prefix in about page title
This commit is contained in:
parent
d7ca353a55
commit
df9a87d2cd
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ routes:
|
|||
resp renderMain(renderSearch(), request, cfg, themePrefs())
|
||||
|
||||
get "/about":
|
||||
resp renderMain(renderAbout(), request, cfg, themePrefs())
|
||||
resp renderMain(renderAbout(), request, cfg, themePrefs(), "About")
|
||||
|
||||
get "/explore":
|
||||
redirect("/about")
|
||||
|
|
Loading…
Reference in a new issue