]> git.immae.eu Git - github/shaarli/Shaarli.git/commitdiff
Add apple-touch-icon meta tag 1017/head
authorArthurHoaro <arthur@hoa.ro>
Wed, 8 Nov 2017 18:27:22 +0000 (19:27 +0100)
committerArthurHoaro <arthur@hoa.ro>
Sat, 18 Nov 2017 11:46:33 +0000 (12:46 +0100)
Fixes #997

tpl/default/img/apple-touch-icon.png [new file with mode: 0644]
tpl/default/includes.html

diff --git a/tpl/default/img/apple-touch-icon.png b/tpl/default/img/apple-touch-icon.png
new file mode 100644 (file)
index 0000000..f29210c
Binary files /dev/null and b/tpl/default/img/apple-touch-icon.png differ
index 80c083331d10a31dced6a4188cfa3f858fbf5397..b2bfec30918281104cacf6c50cae5441fcc26903 100644 (file)
@@ -5,6 +5,7 @@
 <link rel="alternate" type="application/atom+xml" href="{$feedurl}?do=atom{$searchcrits}#" title="ATOM Feed" />
 <link rel="alternate" type="application/rss+xml" href="{$feedurl}?do=rss{$searchcrits}#" title="RSS Feed" />
 <link href="img/favicon.png" rel="shortcut icon" type="image/png" />
+<link href="img/apple-touch-icon.png" rel="apple-touch-icon" sizes="180x180" />
 <link type="text/css" rel="stylesheet" href="css/pure.min.css?v={$version_hash}" />
 <link type="text/css" rel="stylesheet" href="css/grids-responsive.min.css?v={$version_hash}">
 <link type="text/css" rel="stylesheet" href="css/pure-extras.css?v={$version_hash}">
@@ -17,4 +18,4 @@
 {loop="$plugins_includes.css_files"}
   <link type="text/css" rel="stylesheet" href="{$value}?v={$version_hash}#"/>
 {/loop}
-<link rel="search" type="application/opensearchdescription+xml" href="?do=opensearch#" title="Shaarli search - {$shaarlititle}"/>
\ No newline at end of file
+<link rel="search" type="application/opensearchdescription+xml" href="?do=opensearch#" title="Shaarli search - {$shaarlititle}"/>