|
@@ -9,6 +9,10 @@
|
|
|
<!--[if IE 7]>
|
|
|
<link rel="stylesheet" href="{{ STATIC_URL }}cranefly/css/font-awesome-ie7.min.css">
|
|
|
<![endif]-->
|
|
|
+ <link rel="apple-touch-icon-precomposed" sizes="144x144" href="{{ STATIC_URL }}apple-touch-icon-144-precomposed.png">
|
|
|
+ <link rel="apple-touch-icon-precomposed" sizes="114x114" href="{{ STATIC_URL }}apple-touch-icon-114-precomposed.png">
|
|
|
+ <link rel="apple-touch-icon-precomposed" sizes="72x72" href="{{ STATIC_URL }}apple-touch-icon-72-precomposed.png">
|
|
|
+ <link rel="apple-touch-icon-precomposed" href="{{ STATIC_URL }}apple-touch-icon-57-precomposed.png">
|
|
|
<link rel="shortcut icon" href="{{ STATIC_URL }}favicon.ico">
|
|
|
</head>
|
|
|
<body itemscope itemtype="http://schema.org/WebPage"{% block body_class %}{% endblock %}>
|