diff options
author | Daniel Friesel <derf@finalrewind.org> | 2019-02-17 09:02:48 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2019-02-17 09:02:48 +0100 |
commit | 9314697f08732f9b69120256a43d3b3b935cdbfb (patch) | |
tree | 3f94d05175c507ee211fbf245956cecc88920eab /templates/layouts/default.html.ep | |
parent | 808ec8a3f00f7372d28e3b4e436a77bdeec0dddc (diff) |
add meta tags for keywords and description
Diffstat (limited to 'templates/layouts/default.html.ep')
-rw-r--r-- | templates/layouts/default.html.ep | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/layouts/default.html.ep b/templates/layouts/default.html.ep index d039e10..66b13a8 100644 --- a/templates/layouts/default.html.ep +++ b/templates/layouts/default.html.ep @@ -4,6 +4,8 @@ <title><%= stash('title') // 'db-infoscreen' %></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"> + <meta name="description" content="Inoffizieller Abfahrtsmonitor für Bahnhöfe der DB"> % if ($self->stash('refresh_interval')) { <meta http-equiv="refresh" content="<%= $self->stash('refresh_interval') %>"/> % } |