mod: замена во всех прямых ссылках https://oknardia.ru на {{ request.scheme }}://{{ request.get_host }}

This commit is contained in:
2026-04-25 15:24:54 +03:00
parent 1660e76810
commit 21501799ca
11 changed files with 76 additions and 76 deletions

View File

@@ -16,10 +16,10 @@
<meta name="document-state" content="{{ META_DOCUMENT_STATE|default:"Dynamic" }}" />
<meta name="generator" content="OKNARDIA 0.3β by Python/Django" />
<title>{% block Title %}{% endblock %} : ОКНАРДИЯ</title>
<link rel="icon" href="https://oknardia.ru/favicon.svg" type="image/svg+xml ">
<link rel="icon" href="https://oknardia.ru/favicon.png" type="image/png">
<link rel="icon" href="https://oknardia.ru/favicon.gif" type="image/gif">
<link rel="icon" href="https://oknardia.ru/favicon.ico" type="image/x-icon">
<link rel="icon" href="{{ request.scheme }}://{{ request.get_host }}/favicon.svg" type="image/svg+xml ">
<link rel="icon" href="{{ request.scheme }}://{{ request.get_host }}/favicon.png" type="image/png">
<link rel="icon" href="{{ request.scheme }}://{{ request.get_host }}/favicon.gif" type="image/gif">
<link rel="icon" href="{{ request.scheme }}://{{ request.get_host }}/favicon.ico" type="image/x-icon">
<link href="{% static 'css/bootstrap.min.css' %}" rel="stylesheet" type="text/css" />{# <link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet" type="text/css" />#}
<link href="{% static 'css/bootstrap-theme.min.css' %}" rel="stylesheet" type="text/css" />{# <link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap-theme.min.css" rel="stylesheet" type="text/css" />#}
<link href="{% static 'css/oknardia1.css' %}" rel="stylesheet" type="text/css" />{% block Top_CSS1 %}{% endblock %}{% block Top_CSS2 %}{% endblock %}{% block Top_CSS3 %}{% endblock %}