diff options
author | Daniel Friesel <derf@finalrewind.org> | 2019-05-13 17:45:32 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2019-05-13 17:45:32 +0200 |
commit | 4ec583098a6e600cb6c1c9feecccc59050060d83 (patch) | |
tree | d53cb0e862cecc88ad1fcd4046428ab3f4e719db /templates/layouts | |
parent | de532515ae5b847a5d0e00936294d49e1c6fb7db (diff) |
Only show station name in page title
Diffstat (limited to 'templates/layouts')
-rw-r--r-- | templates/layouts/default.html.ep | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/layouts/default.html.ep b/templates/layouts/default.html.ep index c408a10..53bf037 100644 --- a/templates/layouts/default.html.ep +++ b/templates/layouts/default.html.ep @@ -1,7 +1,7 @@ <!DOCTYPE html> <html lang="de"> <head> - <title><%= stash('title') // 'db-infoscreen' %></title> + <title><%= stash('title') // 'DBF' %></title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="keywords" content="Abfahrtsmonitor, Bahnhofstafel, Abfahrten, Abfahrtstafel, ICE, IC, RE, RB, S-Bahn"> |