head.html 1.2 KB

123456789101112131415
  1. {% load static %}
  2. <link href="{% static 'misago/css/misago.css' %}" rel="stylesheet">
  3. <link rel="apple-touch-icon" href="{% static 'apple-touch-icon.png' %}">
  4. <link rel="apple-touch-icon" sizes="57x57" href="{% static 'apple-touch-icon-57.png' %}">
  5. <link rel="apple-touch-icon" sizes="72x72" href="{% static 'apple-touch-icon-72.png' %}">
  6. <link rel="apple-touch-icon" sizes="76x76" href="{% static 'apple-touch-icon-76.png' %}">
  7. <link rel="apple-touch-icon" sizes="80x80" href="{% static 'apple-touch-icon-80.png' %}">
  8. <link rel="apple-touch-icon" sizes="114x114" href="{% static 'apple-touch-icon-114.png' %}">
  9. <link rel="apple-touch-icon" sizes="120x120" href="{% static 'apple-touch-icon-120.png' %}">
  10. <link rel="apple-touch-icon" sizes="144x144" href="{% static 'apple-touch-icon-144.png' %}">
  11. <link rel="apple-touch-icon" sizes="152x152" href="{% static 'apple-touch-icon-152.png' %}">
  12. <link rel="apple-touch-icon" sizes="167x167" href="{% static 'apple-touch-icon-167.png' %}">
  13. <link rel="apple-touch-icon" sizes="180x180" href="{% static 'apple-touch-icon-180.png' %}">
  14. <link rel="shortcut icon" href="{% static 'favicon.ico' %}">
  15. <link rel="icon" sizes="16x16 32x32" href="{% static 'favicon.ico' %}">