Change favicon to an LCA-appropriate favicon.
This isn't the same one we're using for the static site - but honestly I think this one is probably better.
This commit is contained in:
parent
13bed8999c
commit
db328d9354
2 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
<link href="{% static 'css/bootstrap.css' %}" rel="stylesheet">
|
||||
<link href="{% static 'css/app.css' %}" rel="stylesheet">
|
||||
|
||||
<link rel="icon" href="{% static 'pyconau2017/images/favicon.png' %}">
|
||||
<link rel="icon" href="{% static 'lca2018/images/favicon.png' %}">
|
||||
{% block extra_style %}{% endblock %}
|
||||
{% endblock %}
|
||||
|
||||
|
|
BIN
static/src/lca2017/images/favicon.ico
Normal file
BIN
static/src/lca2017/images/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 500 B |
Loading…
Reference in a new issue