Fix favicon

This commit is contained in:
Aarni Halinen
2018-09-10 21:08:37 +03:00
parent 8552bde245
commit 5b44d2e4c7
8 changed files with 15 additions and 14 deletions
+1
View File
@@ -3,6 +3,7 @@
{% load static %}
<html>
<head>
<link rel="shortcut icon" type="image/x-icon" href="/static/img/favicon.ico"/>
<link rel="stylesheet" href="{% static "css/about.css" %}">
</head>
<body>
+3 -2
View File
@@ -3,8 +3,9 @@
{% load i18n %}
{# Additional <head> content here, some extra meta tags or favicon #}
{#{% block extrahead %}#}
{#{% endblock %}#}
{% block extrahead %}
<link rel="shortcut icon" type="image/x-icon" href="/static/img/favicon.ico"/>
{% endblock %}
{# Additional CSS includes #}
+1
View File
@@ -8,6 +8,7 @@
<head>
{% block head %}
<meta charset="utf-8">
<link rel="shortcut icon" type="image/x-icon" href="/static/img/favicon.ico"/>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Aalto-yliopiston Sähköinsinöörikilta ry">
<meta name="author" content="Aalto-yliopiston Sähköinsinöörikilta ry">