Add icon for Apple iPhone/iPad/iPod shortcut

pull/160/head
andlil 2014-11-29 22:25:19 +01:00
parent c629063af0
commit 4728ca9b5f
1 changed files with 2 additions and 1 deletions

View File

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