diff options
author | Noah Loomans <noahloomans@gmail.com> | 2016-09-30 14:18:06 +0200 |
---|---|---|
committer | Noah Loomans <noahloomans@gmail.com> | 2016-09-30 14:18:06 +0200 |
commit | ae1f968de09f7952b5b4bad369255a0a60cb81b8 (patch) | |
tree | ef671fd91119fabdfbcd82b652af5b180c8808fd /views/layout.jade | |
parent | aaec51122c34c8c33a25762c6cb3ddcf140f062c (diff) |
added icons and manifest
Diffstat (limited to 'views/layout.jade')
-rw-r--r-- | views/layout.jade | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/views/layout.jade b/views/layout.jade index 2dde0dc..89c6e94 100644 --- a/views/layout.jade +++ b/views/layout.jade @@ -5,6 +5,7 @@ html meta(name='theme-color',content='#F44336') meta(name='viewport', content='width=device-width, initial-scale=1') link(href='https://fonts.googleapis.com/css?family=Roboto', rel='stylesheet') + link(rel='manifest', href='/manifest.webmanifest') script(src='//d2wy8f7a9ursnm.cloudfront.net/bugsnag-3.min.js', data-apikey='bd5c41bb376798642d7ae4701a09a8fb') block head body |