Skip to content

Commit

Permalink
Add favicon block (refs lafabbricabr/timtec-theme-nutrir#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
GustavoVS committed Aug 21, 2017
1 parent c0b6e92 commit 142a9b5
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions themes/default/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@
<link rel="stylesheet" href="{% static 'less/main.less' %}" type="text/less" />
{% endcompress %}


<link rel="shortcut icon" href="{% static 'img/favicon.ico' %}">

<!-- Touch icon for iOS 2.0+ and Android 2.1+ -->
<link rel="apple-touch-icon-precomposed" href="{% static 'img/favicon-152.png' %}">

<!-- IE 10 Metro tile icon (Metro equivalent of apple-touch-icon) -->
<meta name="msapplication-TileColor" content="#FFFFFF">
<meta name="msapplication-TileImage" content="{% static 'img/favicon-144.png' %}">
{% block head-favicon %}
<link rel="shortcut icon" href="{% static 'img/favicon.ico' %}">
<!-- Touch icon for iOS 2.0+ and Android 2.1+ -->
<link rel="apple-touch-icon-precomposed" href="{% static 'img/favicon-152.png' %}">

<!-- IE 10 Metro tile icon (Metro equivalent of apple-touch-icon) -->
<meta name="msapplication-TileColor" content="#FFFFFF">
<meta name="msapplication-TileImage" content="{% static 'img/favicon-144.png' %}">
{% endblock %}

<!-- IE 11 Tile for Windows 8.1 Start Screen -->
<meta name="application-name" content="Name">
Expand Down

0 comments on commit 142a9b5

Please sign in to comment.