Skip to content

Commit

Permalink
Use favicon.ico from favicon/
Browse files Browse the repository at this point in the history
Two copies of favicon.ico exist in the repository.
Use favicon/favicon.ico, remove images/favicon.ico.
  • Loading branch information
donald committed Jan 19, 2021
1 parent ccb3d98 commit 37ef758
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file removed mpicms/static/images/favicon.ico
Binary file not shown.
4 changes: 2 additions & 2 deletions mpicms/templates/wagtailadmin/admin_base.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{% load static %}

{% block branding_favicon %}
<link rel="shortcut icon" href="{% static 'images/favicon.ico' %}" />
<link rel="shortcut icon" href="{% static 'favicon/favicon.ico' %}" />
{% endblock %}

{% block branding_title %}Intranet{% endblock %}
{% block branding_title %}Intranet{% endblock %}

0 comments on commit 37ef758

Please sign in to comment.