Skip to content

Commit

Permalink
Add favicon to base template
Browse files Browse the repository at this point in the history
  • Loading branch information
elserj committed Jan 27, 2022
1 parent c4bac3e commit f990aee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file added static/images/favicon.ico
Binary file not shown.
1 change: 1 addition & 0 deletions templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

<meta charset="utf-8" />
<meta name="description" content="{% block meta_description %}The Planteome Curation site."{% endblock meta_description %}/>
<link rel="icon" type="image/x-icon" href="{% static 'images/favicon.ico' %}">
{% block meta %}{% endblock %}

{% block css %}
Expand Down

0 comments on commit f990aee

Please sign in to comment.