summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2019-02-17 09:02:48 +0100
committerDaniel Friesel <derf@finalrewind.org>2019-02-17 09:02:48 +0100
commit9314697f08732f9b69120256a43d3b3b935cdbfb (patch)
tree3f94d05175c507ee211fbf245956cecc88920eab /templates
parent808ec8a3f00f7372d28e3b4e436a77bdeec0dddc (diff)
add meta tags for keywords and description
Diffstat (limited to 'templates')
-rw-r--r--templates/layouts/default.html.ep2
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') %>"/>
% }