diff options
author | Daniel Friesel <derf@finalrewind.org> | 2019-05-03 21:13:22 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2019-05-03 21:13:22 +0200 |
commit | 1694026c866291af36b6dc83bd027d1f7dc682b5 (patch) | |
tree | 349f992be3288a6397518d7fdd0bfa8ef2d15a18 /templates/layouts | |
parent | cdbb3ee45bade7dbd8158b04dec766bf6f01e8cf (diff) |
add a description
Diffstat (limited to 'templates/layouts')
-rw-r--r-- | templates/layouts/default.html.ep | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/layouts/default.html.ep b/templates/layouts/default.html.ep index 8b81a5e..c7781e4 100644 --- a/templates/layouts/default.html.ep +++ b/templates/layouts/default.html.ep @@ -4,6 +4,7 @@ <title><%= stash('title') // 'travelynx' %></title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <meta name="description" content="Checkin-Service und Verspätungslog für Bahnfahrten"> <meta name="theme-color" content="#673ab7"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-style" content="black"> |