Add favicon

This commit is contained in:
2017-02-21 11:20:47 -05:00
parent 84633c7d7e
commit 1f8b8852b4
3 changed files with 2 additions and 0 deletions

BIN
static/favicon.32.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

BIN
static/favicon.64.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

View File

@@ -4,6 +4,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
{% load staticfiles %}
<link href="{% static "css/site.css" %}" rel="stylesheet" />
<link rel="icon" href="{% static "favicon.32.png" %}" sizes="32x32" type="image/png">
<link rel="icon" href="{% static "/favicon.64.png" %}" sizes="64x64" type="image/png">
</head>
<body>
<div class="nav">