Added apple-touch-icon tag (references #159)

This commit is contained in:
Bernd Bestel 2019-03-01 22:37:15 +01:00
parent b89643ddb1
commit 40b60bed85
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300

View File

@ -10,6 +10,7 @@
<meta name="author" content="Bernd Bestel (bernd@berrnd.de)">
<link rel="icon" href="{{ $U('/img/grocy_icon.svg?v=', true) }}{{ $version }}">
<link rel="apple-touch-icon" href="{{ $U('/img/grocy_icon.svg?v=', true) }}{{ $version }}">
<title>@yield('title') | grocy</title>