mirror of
https://github.com/zedeus/nitter.git
synced 2025-01-09 16:45:25 +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())
|
resp renderMain(renderSearch(), request, cfg, themePrefs())
|
||||||
|
|
||||||
get "/about":
|
get "/about":
|
||||||
resp renderMain(renderAbout(), request, cfg, themePrefs())
|
resp renderMain(renderAbout(), request, cfg, themePrefs(), "About")
|
||||||
|
|
||||||
get "/explore":
|
get "/explore":
|
||||||
redirect("/about")
|
redirect("/about")
|
||||||
|
|
Loading…
Reference in a new issue