summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan DeMasi <jonathan.demasi@colorado.edu>2020-03-14 10:41:49 -0600
committerJonathan DeMasi <jonathan.demasi@colorado.edu>2020-03-14 10:41:49 -0600
commit300fc134c53fb59ed869f38d97ef6c56e63e6380 (patch)
tree3728c7a03168f01a0e6b1e4915d8620cbe50918b
parent1636dd0c101a67f405bac878a2ee7ec1bd38a406 (diff)
downloadjthanio-300fc134c53fb59ed869f38d97ef6c56e63e6380.tar
jthanio-300fc134c53fb59ed869f38d97ef6c56e63e6380.tar.gz
jthanio-300fc134c53fb59ed869f38d97ef6c56e63e6380.tar.bz2
jthanio-300fc134c53fb59ed869f38d97ef6c56e63e6380.tar.lz
jthanio-300fc134c53fb59ed869f38d97ef6c56e63e6380.tar.xz
jthanio-300fc134c53fb59ed869f38d97ef6c56e63e6380.tar.zst
jthanio-300fc134c53fb59ed869f38d97ef6c56e63e6380.zip
get rid of silly 404
-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" %}