diff options
Diffstat (limited to 'virtualenv/pffedportal/templates/base0.html')
-rw-r--r-- | virtualenv/pffedportal/templates/base0.html | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/virtualenv/pffedportal/templates/base0.html b/virtualenv/pffedportal/templates/base0.html index eb4c725..2518d09 100644 --- a/virtualenv/pffedportal/templates/base0.html +++ b/virtualenv/pffedportal/templates/base0.html @@ -24,10 +24,6 @@ {% block head %}{% endblock %} <!-- Fav and touch icons --> - <link rel="apple-touch-icon-precomposed" sizes="144x144" href="{% static "univnautes/ico/apple-touch-icon-144-precomposed.png" %}" /> - <link rel="apple-touch-icon-precomposed" sizes="114x114" href="{% static "univnautes/ico/apple-touch-icon-114-precomposed.png" %}" /> - <link rel="apple-touch-icon-precomposed" sizes="72x72" href="{% static "univnautes/ico/apple-touch-icon-72-precomposed.png" %}" /> - <link rel="apple-touch-icon-precomposed" href="{% static "univnautes/ico/apple-touch-icon-57-precomposed.png" %}" /> <link rel="shortcut icon" href="{% static "univnautes/ico/favicon.png" %}" /> <!-- local CSS --> |