Skip to content

Commit 29faa60

Browse files
author
Krystle Salazar
committed
Add favicon in 3 sizes
Fixes outreachy#333
1 parent 01fbaba commit 29faa60

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed
188 Bytes
Loading
425 Bytes
Loading
600 Bytes
Loading

outreachyhome/templates/base.html

+4
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@
4343
{% endblock %}
4444
</title>
4545

46+
<link rel="icon" type="image/png" href="{% static 'favicon-16x16.png' %}" sizes="16x16">
47+
<link rel="icon" type="image/png" href="{% static 'favicon-32x32.png' %}" sizes="32x32">
48+
<link rel="icon" type="image/png" href="{% static 'favicon-96x96.png' %}" sizes="96x96">
49+
4650
{# Global stylesheets #}
4751
{% compress css %}
4852
<style type="text/x-scss">

0 commit comments

Comments
 (0)