aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorJérémy Benoist <j0k3r@users.noreply.github.com>2018-10-15 08:30:26 +0000
committerGitHub <noreply@github.com>2018-10-15 08:30:26 +0000
commitfbdc665487bc5ea9fd46502be06a13ebc3e2fb4f (patch)
tree67759becf5b17097adae402805079bcda37ce391 /src
parent0ebf595c11031474260ba0874c7973c91163e958 (diff)
parented148f668583b1d502b4981cd212797b7d69ce5c (diff)
downloadwallabag-fbdc665487bc5ea9fd46502be06a13ebc3e2fb4f.tar.gz
wallabag-fbdc665487bc5ea9fd46502be06a13ebc3e2fb4f.tar.zst
wallabag-fbdc665487bc5ea9fd46502be06a13ebc3e2fb4f.zip
Merge pull request #3606 from mritzmann/master
add manifest.json for android pwa
Diffstat (limited to 'src')
-rw-r--r--src/Wallabag/CoreBundle/Resources/views/base.html.twig2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/views/base.html.twig b/src/Wallabag/CoreBundle/Resources/views/base.html.twig
index 2499bb88..aa388bcb 100644
--- a/src/Wallabag/CoreBundle/Resources/views/base.html.twig
+++ b/src/Wallabag/CoreBundle/Resources/views/base.html.twig
@@ -38,6 +38,8 @@
38 38
39 <link rel="shortcut icon" type="image/x-icon" href="{{ asset('wallassets/themes/_global/img/appicon/favicon.ico') }}"> 39 <link rel="shortcut icon" type="image/x-icon" href="{{ asset('wallassets/themes/_global/img/appicon/favicon.ico') }}">
40 40
41 <link rel="manifest" href="{{ asset('manifest.json') }}">
42
41 {% block css %} 43 {% block css %}
42 {% endblock %} 44 {% endblock %}
43 {% block scripts %} 45 {% block scripts %}