From 5178e58c0ceb59d46dc3dfca59d8f35edb4791b3 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 3 May 2019 20:59:14 +0200 Subject: add apple mobile web app foo --- public/static/manifest.json | 2 +- templates/layouts/default.html.ep | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/public/static/manifest.json b/public/static/manifest.json index 7e856f2..09970d9 100644 --- a/public/static/manifest.json +++ b/public/static/manifest.json @@ -29,6 +29,6 @@ }], "start_url": "/", "display": "standalone", - "background_color": "#ffffff", + "background_color": "#673ab7", "theme_color": "#673ab7" } diff --git a/templates/layouts/default.html.ep b/templates/layouts/default.html.ep index 4877488..c7f0847 100644 --- a/templates/layouts/default.html.ep +++ b/templates/layouts/default.html.ep @@ -5,6 +5,10 @@ + + + + % my $av = 'v10'; # asset version %= stylesheet "/static/${av}/css/materialize.min.css" -- cgit v1.2.3