add "About" prefix in about page title

This commit is contained in:
Gaël Berthaud-Müller 2023-08-30 18:43:47 +02:00
parent d7ca353a55
commit df9a87d2cd
1 changed files with 1 additions and 1 deletions

View File

@ -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")