|
@@ -1,4 +1,5 @@
|
|
|
{% load compressed %}
|
|
|
+{% load staticfiles %}
|
|
|
<!DOCTYPE html>
|
|
|
<html lang="{{ LANGUAGE_CODE }}">
|
|
|
<head>
|
|
@@ -13,6 +14,11 @@
|
|
|
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
|
|
|
<![endif]-->
|
|
|
{% compressed_css 'misago' %}
|
|
|
+ <link rel="apple-touch-icon-precomposed" sizes="144x144" href="{% static 'apple-touch-icon-144-precomposed.png' %}">
|
|
|
+ <link rel="apple-touch-icon-precomposed" sizes="114x114" href="{% static 'apple-touch-icon-114-precomposed.png' %}">
|
|
|
+ <link rel="apple-touch-icon-precomposed" sizes="72x72" href="{% static 'apple-touch-icon-72-precomposed.png' %}">
|
|
|
+ <link rel="apple-touch-icon-precomposed" href="{% static 'apple-touch-icon-57-precomposed.png' %}">
|
|
|
+ <link rel="shortcut icon" href="{% static 'favicon.ico' %}">
|
|
|
</head>
|
|
|
<body>
|
|
|
|