diff options
author | Julien Dessaux | 2021-09-10 17:40:57 +0200 |
---|---|---|
committer | Julien Dessaux | 2021-09-10 17:40:57 +0200 |
commit | 09fc5a7c1ba5e125657c4fabeff06394531eeb8d (patch) | |
tree | 19f8f0011cec4c480736f72bcdcfa5c68a541c58 /internal/webui/html/base.html | |
parent | Refactoring of navitia mocking code for the webui (diff) | |
download | trains-09fc5a7c1ba5e125657c4fabeff06394531eeb8d.tar.gz trains-09fc5a7c1ba5e125657c4fabeff06394531eeb8d.tar.bz2 trains-09fc5a7c1ba5e125657c4fabeff06394531eeb8d.zip |
Changed the way html pages title is set
Diffstat (limited to 'internal/webui/html/base.html')
-rw-r--r-- | internal/webui/html/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/webui/html/base.html b/internal/webui/html/base.html index 7522e94..28f131b 100644 --- a/internal/webui/html/base.html +++ b/internal/webui/html/base.html @@ -3,7 +3,7 @@ <html lang="en"> <head> <meta charset="utf-8"> - <title>{{ .Title }}</title> + <title>{{ template "title" . }}</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="icon" type="image/png" href="/static/favicon.png" /> |