Skip to content

Commit

Permalink
Add favicon in 3 sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
krysal committed May 13, 2020
1 parent 01fbaba commit 29faa60
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
Binary file added outreachyhome/static/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added outreachyhome/static/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added outreachyhome/static/favicon-96x96.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions outreachyhome/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@
{% endblock %}
</title>

<link rel="icon" type="image/png" href="{% static 'favicon-16x16.png' %}" sizes="16x16">
<link rel="icon" type="image/png" href="{% static 'favicon-32x32.png' %}" sizes="32x32">
<link rel="icon" type="image/png" href="{% static 'favicon-96x96.png' %}" sizes="96x96">

{# Global stylesheets #}
{% compress css %}
<style type="text/x-scss">
Expand Down

0 comments on commit 29faa60

Please sign in to comment.