summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--jthanio/static/img/favicon.icobin0 -> 1406 bytes
-rw-r--r--jthanio/templates/base.html1
2 files changed, 1 insertions, 0 deletions
diff --git a/jthanio/static/img/favicon.ico b/jthanio/static/img/favicon.ico
new file mode 100644
index 0000000..6848441
--- /dev/null
+++ b/jthanio/static/img/favicon.ico
Binary files differ
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" %}