Merge pull request #1017 from ArthurHoaro/feature/mobile-icon
Add apple-touch-icon meta tag
This commit is contained in:
commit
3ec25cc00f
2 changed files with 2 additions and 1 deletions
BIN
tpl/default/img/apple-touch-icon.png
Normal file
BIN
tpl/default/img/apple-touch-icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
|
@ -5,6 +5,7 @@
|
||||||
<link rel="alternate" type="application/atom+xml" href="{$feedurl}?do=atom{$searchcrits}#" title="ATOM Feed" />
|
<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 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/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/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/grids-responsive.min.css?v={$version_hash}">
|
||||||
<link type="text/css" rel="stylesheet" href="css/pure-extras.css?v={$version_hash}">
|
<link type="text/css" rel="stylesheet" href="css/pure-extras.css?v={$version_hash}">
|
||||||
|
|
Loading…
Reference in a new issue