Add simple favicon
This commit is contained in:
@@ -33,8 +33,8 @@ server {
|
||||
real_ip_header X-Forwarded-For;
|
||||
real_ip_recursive on;
|
||||
|
||||
rewrite ^/favicon.ico$ https://infomate.club/static/images/favicon.ico;
|
||||
rewrite ^/favicon.png$ https://infomate.club/static/images/favicon.png;
|
||||
rewrite ^/favicon.ico$ https://infomate.club/static/images/favicon/favicon.ico;
|
||||
rewrite ^/favicon.png$ https://infomate.club/static/images/favicon/favicon-32x32.png;
|
||||
|
||||
access_log /home/vas3k/infomate.club/logs/access.log;
|
||||
error_log /home/vas3k/infomate.club/logs/error.log;
|
||||
|
||||
BIN
static/images/favicon/android-chrome-192x192.png
Normal file
BIN
static/images/favicon/android-chrome-192x192.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.0 KiB |
BIN
static/images/favicon/android-chrome-512x512.png
Normal file
BIN
static/images/favicon/android-chrome-512x512.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 19 KiB |
BIN
static/images/favicon/apple-touch-icon.png
Normal file
BIN
static/images/favicon/apple-touch-icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.3 KiB |
BIN
static/images/favicon/favicon-16x16.png
Normal file
BIN
static/images/favicon/favicon-16x16.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 482 B |
BIN
static/images/favicon/favicon-32x32.png
Normal file
BIN
static/images/favicon/favicon-32x32.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 937 B |
BIN
static/images/favicon/favicon.ico
Normal file
BIN
static/images/favicon/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
1
static/images/favicon/site.webmanifest
Normal file
1
static/images/favicon/site.webmanifest
Normal file
@@ -0,0 +1 @@
|
||||
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}
|
||||
@@ -1,7 +1,8 @@
|
||||
{% load staticfiles %}
|
||||
<link rel="icon" type="image/png" href="{% static "images/favicon_32.png" %}" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="{% static "images/favicon_64.png" %}" sizes="64x64">
|
||||
<link rel="icon" type="image/png" href="{% static "images/favicon_128.png" %}" sizes="128x128">
|
||||
<link rel="shortcut icon" type="image/png" href="{% static "images/favicon_square.png" %}">
|
||||
<link rel="apple-touch-icon" type="image/png" href="{% static "images/favicon_square.png" %}">
|
||||
<link rel="mask-icon" href="{% static "images/favicon_128.png" %}" color="#5954ca">
|
||||
<link rel="icon" type="image/png" href="{% static "images/favicon/favicon-16x16.png" %}" sizes="16x16">
|
||||
<link rel="icon" type="image/png" href="{% static "images/favicon/favicon-32x32.png" %}" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="{% static "images/favicon/android-chrome-192x192.png" %}" sizes="192x192">
|
||||
<link rel="shortcut icon" type="image/png" href="{% static "images/favicon/apple-touch-icon.png" %}">
|
||||
<link rel="apple-touch-icon" type="image/png" href="{% static "images/favicon/apple-touch-icon.png" %}">
|
||||
<link rel="mask-icon" href="{% static "images/favicon/android-chrome-192x192.png" %}" color="#333333">
|
||||
<link rel="manifest" href="{% static "images/favicon/site.webmanifest" %}">
|
||||
|
||||
Reference in New Issue
Block a user