Merged in favicon (pull request #4) (at last)

Added favicon and smartphone icon meta tags to template #18
This commit is contained in:
Tom Price
2015-05-18 14:11:18 +01:00

View File

@@ -11,6 +11,10 @@
<meta name="viewport" content="initial-scale=1">
<link rel="icon" type="image/png" href="/static/imgs/pyrigs-avatar.png">
<link rel="apple-touch-icon" href="/static/imgs/pyrigs-avatar.png">
<link rel="stylesheet" type="text/css" href="{% static "css/screen.css" %}">
{% block css %}
{% endblock %}