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/root.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/root.html')
-rw-r--r-- | internal/webui/html/root.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/webui/html/root.html b/internal/webui/html/root.html index a293ee7..97441c8 100644 --- a/internal/webui/html/root.html +++ b/internal/webui/html/root.html @@ -1,3 +1,4 @@ +{{ define "title"}}Horaires des prochains trains à Crépieux la Pape{{ end }} {{ template "base" . }} {{ define "main" }} |