diff --git a/configs/nginx/dq-app--external-nginx.conf b/configs/nginx/dq-app--external-nginx.conf
index c75c135..e3b9138 100644
--- a/configs/nginx/dq-app--external-nginx.conf
+++ b/configs/nginx/dq-app--external-nginx.conf
@@ -29,7 +29,7 @@ upstream dq-django {
# 2. Конфигурируем сервер
server {
- server_name dq.cube2.ru dq2.cube2.ru; # Основное доменное имя
+ server_name dq.cube2.ru; # Основное доменное имя
# Слушаем 80 порт (Certbot потом добавит сюда редирект на 443 и настройки SSL)
listen 80;
diff --git a/dicquo/templates/base.html b/dicquo/templates/base.html
index 79f028b..405dd06 100644
--- a/dicquo/templates/base.html
+++ b/dicquo/templates/base.html
@@ -16,8 +16,12 @@
{% endif %}
{# Шутка #}
{# Canonical #}{% if DQ and DQ_SLUG %}{% else %}{% endif %}
- {# Favicons #}
-
+ {# Favicons #}
+ {# Favicons #}
+ {# Favicons #}
+ {# Favicons #}
+ {# Favicons #}
+ {# Favicons #}
{# Technical Meta #}
{# Для ИИ #}
{# CSS #}
diff --git a/docker-compose.prod.yml b/docker-compose.prod.yml
index 46cbc21..8fd24e2 100644
--- a/docker-compose.prod.yml
+++ b/docker-compose.prod.yml
@@ -1,4 +1,3 @@
- % cat docker-compose.yaml
# ==============================================================================
# Docker Compose для PRODUCTION
# Этот файл запускается на боевом сервере.
diff --git a/public/apple-touch-icon.png b/public/apple-touch-icon.png
new file mode 100644
index 0000000..cd1cfb8
Binary files /dev/null and b/public/apple-touch-icon.png differ
diff --git a/public/favicon-96x96.png b/public/favicon-96x96.png
new file mode 100644
index 0000000..db2b1c9
Binary files /dev/null and b/public/favicon-96x96.png differ
diff --git a/public/favicon.gif b/public/favicon.gif
deleted file mode 100644
index 8785be7..0000000
Binary files a/public/favicon.gif and /dev/null differ
diff --git a/public/favicon.ico b/public/favicon.ico
index e83ec26..604ec63 100644
Binary files a/public/favicon.ico and b/public/favicon.ico differ
diff --git a/public/favicon.png b/public/favicon.png
new file mode 100644
index 0000000..ad4f3b8
Binary files /dev/null and b/public/favicon.png differ
diff --git a/public/favicon.svg b/public/favicon.svg
index 7c0aad1..06cf96a 100644
--- a/public/favicon.svg
+++ b/public/favicon.svg
@@ -1,53 +1 @@
-
-
-
-
+
\ No newline at end of file
diff --git a/public/site.webmanifest b/public/site.webmanifest
new file mode 100644
index 0000000..b7e1a39
--- /dev/null
+++ b/public/site.webmanifest
@@ -0,0 +1,23 @@
+{
+ "name": "DicQuo",
+ "short_name": "DicQuo",
+ "description": "Коллекция цитат и афоризмов.",
+ "start_url": "/",
+ "display": "standalone",
+ "background_color": "#ffffff",
+ "theme_color": "#ffffff",
+ "icons": [
+ {
+ "src": "/favicon.png",
+ "sizes": "192x192",
+ "type": "image/png",
+ "purpose": "maskable"
+ },
+ {
+ "src": "/web-app-manifest-512x512.png",
+ "sizes": "512x512",
+ "type": "image/png",
+ "purpose": "maskable"
+ }
+ ],
+}
\ No newline at end of file
diff --git a/public/static/css/dicquo.css b/public/static/css/dicquo.css
index d209d38..e0c079a 100644
--- a/public/static/css/dicquo.css
+++ b/public/static/css/dicquo.css
@@ -302,6 +302,12 @@ footer button:hover {
main > article > div > div > div > img {
height: 36vmax;
}
+
+ /* Для мобильных путь иконка будет поменьше и поскромнее */
+ header > #logo a > img {
+ width:25px;
+ height:23px;
+ }
}
/* --- ВЫРАВНИВАНИЕ СИМВОЛОВ ВИСЯЧЕЙ ПУНКТУАЦИИ (Hanging Punctuation) ТИПОГРАФА ETPGRF --- */
diff --git a/public/static/img/favicon.gif b/public/static/img/favicon.gif
deleted file mode 100644
index 8785be7..0000000
Binary files a/public/static/img/favicon.gif and /dev/null differ
diff --git a/public/static/img/favicon.ico b/public/static/img/favicon.ico
deleted file mode 100644
index e83ec26..0000000
Binary files a/public/static/img/favicon.ico and /dev/null differ
diff --git a/public/static/img/favicon.png b/public/static/img/favicon.png
deleted file mode 100644
index 1df34c4..0000000
Binary files a/public/static/img/favicon.png and /dev/null differ
diff --git a/public/static/svgs/dq-logo.svg b/public/static/svgs/dq-logo.svg
index 49cc2e5..f13a5b8 100644
--- a/public/static/svgs/dq-logo.svg
+++ b/public/static/svgs/dq-logo.svg
@@ -1,53 +1 @@
-
-
-
-
+
\ No newline at end of file
diff --git a/public/web-app-manifest-512x512.png b/public/web-app-manifest-512x512.png
new file mode 100644
index 0000000..2ffc7db
Binary files /dev/null and b/public/web-app-manifest-512x512.png differ