Skip to content

Commit

Permalink
- Geonode logo as favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
afabiani committed Apr 10, 2019
1 parent 834ef71 commit 2ece112
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions geonode/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@
<meta Http-Equiv="Cache-directive: no-cache">

<title>{% block title %}{{ SITE_NAME }}{% endblock %}</title>

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

{% block head %}
{% if DEBUG_STATIC %}
<link href="{% static "lib/css/jquery.dataTables.css" %}?v={{ VERSION }}" rel="stylesheet" />
Expand Down

0 comments on commit 2ece112

Please sign in to comment.