summaryrefslogtreecommitdiff
path: root/jthanio/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'jthanio/templates/base.html')
-rw-r--r--jthanio/templates/base.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/jthanio/templates/base.html b/jthanio/templates/base.html
index f4a49db..44b7d8c 100644
--- a/jthanio/templates/base.html
+++ b/jthanio/templates/base.html
@@ -24,6 +24,7 @@
{# Override this in templates to add extra stylesheets #}
{% endblock %}
</head>
+ <link rel="shortcut icon" type="image/png" href="{% static 'img/favicon.ico' %}"/>
<body class="{% block body_class %}{% endblock %}">
<div id="page-content">
{% include "navigation.html" %}