aboutsummaryrefslogtreecommitdiffstats
path: root/templates/favicon.html
blob: e6a0255737a788b090c02a590c05b82075107d5f (plain)
1
2
3
4
5
{# Favicons: to be included in 'base.html' #}
{% load staticfiles %}
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="{% static 'images/apple-touch-icon-144-precomposed.png' %}">
<link rel="shortcut icon" href="{% static 'images/favicon.png' %}">
{# vim: set ts=8 sw=2 tw=0 fenc=utf-8 ft=htmldjango.html: #}