Merge pull request #160 from andlil/patch-1

Add icon for Apple iPhone/iPad/iPod shortcut
This commit is contained in:
Pep 2014-12-05 10:18:23 +01:00
commit 7bf53b1368
1 changed files with 2 additions and 1 deletions

View File

@ -9,6 +9,7 @@
<meta name="author" content="">
<link rel="icon" type="image/x-icon" href="favicon.ico" />
<link rel="icon" type="image/png" href="favicon.png" />
<link rel="apple-touch-icon" href="favicon.png" />
{% if auto_refresh %}
<meta http-equiv="refresh" content="{{ auto_refresh_seconds }}" />
{% endif %}
@ -76,4 +77,4 @@
</div>
<!-- /container -->
</body>
</html>
</html>