feat: обновлены иконки и шаблон
- Добавлены новые иконки в public (apple-touch-icon, favicon.svg, favicon.ico, favicon-96x96) - Обновлен base.jinja для подключения иконок из корня public - Удалены старые иконки из staticfiles/img (теперь используются из public) - Упрощены метаданные в шаблоне (удалены устаревшие мета-теги)
This commit is contained in:
@@ -14,20 +14,16 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=0.5" />
|
||||
<meta name="description" content="{% block Description %}{% endblock %}" />
|
||||
<meta name="keywords" content="{% block Keywords %}{% endblock %}" />
|
||||
<meta name="copyright" lang="ru" content="{% block CopyrightAuthor4Meta %}{% endblock %}erjemin" />
|
||||
<meta name="author" lang="ru" content="Сергей Еремин (код: python, html, css, js)">
|
||||
<meta name="robots" content="index,follow" />
|
||||
<meta name="revisit-after" content="15 days">
|
||||
<meta name="document-state" content="{{ META_DOCUMENT_STATE|default:'Dynamic' }}" />
|
||||
<meta http-equiv="refresh" content="{{ META_REFRESH|default:'86400' }}" >
|
||||
<meta name="format-detection" content="telephone=no" />
|
||||
<meta name="apple-mobile-web-app-title" content="Pet Clones" />
|
||||
<meta name="theme-color" content="#F5F5F5" /><!-- theme-color предоставляет браузерам цвет CSS для настройки
|
||||
отображения страницы или окружающего пользовательского интерфейса. -->
|
||||
<link rel="canonical" href="{% block canonical %}{% endblock %}">
|
||||
<!-- Favicons -->
|
||||
{# <link rel="icon" type="image/svg+xml" href="{% static 'svgs/favicon.svg' %}" /> #}
|
||||
<link rel="icon" type="image/png" href="{% static 'img/favicon-96.png' %}" />
|
||||
<link rel="shortcut icon" type="image/x-icon" href="{% static 'img/favicon.ico' %}" />
|
||||
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||
<link rel="shortcut icon" href="/favicon.ico" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
|
||||
<!-- css -->
|
||||
<link rel="stylesheet" href="{% static 'css/bootstrap.min.css' %}" />
|
||||
<link rel="stylesheet" href="{% static 'css/all.min.css' %}" />
|
||||
|
||||
Reference in New Issue
Block a user