Update favicon

This commit is contained in:
Aarni Halinen
2019-03-12 15:14:09 +02:00
parent 8194ab43cd
commit 8e40434867
7 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Aalto-yliopiston Sähköinsinöörikilta ry"> <meta name="description" content="Aalto-yliopiston Sähköinsinöörikilta ry">
<meta name="author" content="veedeeämkoo"> <meta name="author" content="veedeeämkoo">
<link rel="shortcut icon" type="image/x-icon" href="/static/img/favicon.ico"/> <link rel="shortcut icon" type="image/x-icon" href="/static/img/favicon.png"/>
<title>Jäsenhakemus</title> <title>Jäsenhakemus</title>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) --> <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
+1 -1
View File
@@ -11,7 +11,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Member register"> <meta name="description" content="Member register">
<meta name="author" content="SIK ry"> <meta name="author" content="SIK ry">
<link rel="shortcut icon" type="image/x-icon" href="/static/img/favicon.ico"/> <link rel="shortcut icon" type="image/x-icon" href="/static/img/favicon.png"/>
<title>{% trans "Member register" %}</title> <title>{% trans "Member register" %}</title>
+1 -1
View File
@@ -29,7 +29,7 @@ import members.urls
import coffee_scale.urls import coffee_scale.urls
favicon_view = RedirectView.as_view( favicon_view = RedirectView.as_view(
url='static/img/favicon.ico', permanent=True) url='static/img/favicon.png', permanent=True)
urlpatterns = [ urlpatterns = [
Binary file not shown.

After

Width:  |  Height:  |  Size: 7.4 KiB

+1 -1
View File
@@ -3,7 +3,7 @@
{% load static %} {% load static %}
<html> <html>
<head> <head>
<link rel="shortcut icon" type="image/x-icon" href="/static/img/favicon.ico"/> <link rel="shortcut icon" type="image/x-icon" href="/static/img/favicon.png"/>
<link rel="stylesheet" href="{% static "css/about.css" %}"> <link rel="stylesheet" href="{% static "css/about.css" %}">
</head> </head>
<body> <body>
+1 -1
View File
@@ -4,7 +4,7 @@
{% load i18n %} {% load i18n %}
{# Additional <head> content here, some extra meta tags or favicon #} {# Additional <head> content here, some extra meta tags or favicon #}
{% block extrahead %} {% block extrahead %}
<link rel="shortcut icon" type="image/x-icon" href="/static/img/favicon.ico"/> <link rel="shortcut icon" type="image/x-icon" href="/static/img/favicon.png"/>
{% endblock %} {% endblock %}
+1 -1
View File
@@ -8,7 +8,7 @@
<head> <head>
{% block head %} {% block head %}
<meta charset="utf-8"> <meta charset="utf-8">
<link rel="shortcut icon" type="image/x-icon" href="/static/img/favicon.ico"/> <link rel="shortcut icon" type="image/x-icon" href="/static/img/favicon.png"/>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <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="description" content="Aalto-yliopiston Sähköinsinöörikilta ry">
<meta name="author" content="Aalto-yliopiston Sähköinsinöörikilta ry"> <meta name="author" content="Aalto-yliopiston Sähköinsinöörikilta ry">