Skip to content

Commit

Permalink
Added favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
ginestra committed Jan 30, 2018
1 parent c9fa658 commit 015b20d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Binary file added assets/images/favicon.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 favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
{# SCSS compilation relies on django compressor #}
<link rel="stylesheet" type="text/x-scss" href="{% static 'scss/main.scss' %}">
{% endcompress %}

{# Favicon #}
<link rel="icon" type="image/png" href="{% static 'assets/images/favicon.png' %}">
</head>
<body class="{{ self.content_type.model }}">
<header>
Expand Down

0 comments on commit 015b20d

Please sign in to comment.