diff options
author | Markus Ritzmann <markus@snowflakeops.ch> | 2018-03-19 08:32:33 +0100 |
---|---|---|
committer | Markus Ritzmann <markus@snowflakeops.ch> | 2018-03-19 08:32:33 +0100 |
commit | 10f31ac572cd7a1d3243ce0a53bb52ece024581d (patch) | |
tree | 7ffefde5f036c315b83a797fdfcf3ede65dbd631 | |
parent | 35ce4d5e5f0281a129e1679c12636bac99024f48 (diff) | |
download | wallabag-10f31ac572cd7a1d3243ce0a53bb52ece024581d.tar.gz wallabag-10f31ac572cd7a1d3243ce0a53bb52ece024581d.tar.zst wallabag-10f31ac572cd7a1d3243ce0a53bb52ece024581d.zip |
change href link for manifest.json
-rw-r--r-- | src/Wallabag/CoreBundle/Resources/views/base.html.twig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/views/base.html.twig b/src/Wallabag/CoreBundle/Resources/views/base.html.twig index 95921877..aa388bcb 100644 --- a/src/Wallabag/CoreBundle/Resources/views/base.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/base.html.twig | |||
@@ -38,7 +38,7 @@ | |||
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="/manifest.json"> | 41 | <link rel="manifest" href="{{ asset('manifest.json') }}"> |
42 | 42 | ||
43 | {% block css %} | 43 | {% block css %} |
44 | {% endblock %} | 44 | {% endblock %} |