From e26e97add73772667185560ac719ade01e88aaab Mon Sep 17 00:00:00 2001 From: erjemin Date: Thu, 19 Feb 2026 12:28:45 +0300 Subject: [PATCH] =?UTF-8?q?mod:=20=D0=A3=D0=BB=D1=83=D1=87=D1=88=D0=B5?= =?UTF-8?q?=D0=BD=D1=8B=20SEO=20=D0=B8=20LLMO?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dicquo/templates/blocks/header_nav.html | 18 +++++++++++------ dicquo/templates/index.html | 26 +++++++++++++++---------- public/static/js/bg-generator.js | 21 +++++++++++--------- 3 files changed, 40 insertions(+), 25 deletions(-) diff --git a/dicquo/templates/blocks/header_nav.html b/dicquo/templates/blocks/header_nav.html index c223366..40b4b15 100644 --- a/dicquo/templates/blocks/header_nav.html +++ b/dicquo/templates/blocks/header_nav.html @@ -7,12 +7,18 @@ width="50" height="46"/>
- - + +
diff --git a/dicquo/templates/index.html b/dicquo/templates/index.html index ece1227..e9c618b 100644 --- a/dicquo/templates/index.html +++ b/dicquo/templates/index.html @@ -3,30 +3,36 @@ {% block Last4Meta %}{{ DQ.dtEdited|date:"Y-m-d" }}{% endblock %} -{% block Description %}{% if DQ.szIntro %}{{ DQ.szIntro }} {% endif %}{{ DQ.szContent }}{% if AUTHOR %} ({{ AUTHOR.szAuthor }}){% endif %}{% endblock %} +{% block Description %}{% if AUTHOR %}{{ AUTHOR.szAuthor }}: {% endif %}{% if DQ.szIntro %}{{ DQ.szIntro }} {% endif %}{{ DQ.szContent|truncatewords:20 }} — Читайте вдумчивые цитаты и афоризмы на Dicquo.{% endblock %} -{% block Keywords %}Цитаты, {% for i in TAGS %}{{ i.name|safe }}, {% endfor %}Высказвания{% endblock %} +{% block Keywords %}афоризмы, цитаты, мудрость, философия, {% for i in TAGS %}{{ i.name|safe }}, {% endfor %}высказывания{% endblock %} -{% block CopyrightAuthor4Meta %}{% if AUTHOR %}, {{ AUTHOR.szAuthor }} (слова){% endif %}{% endblock %} +{% block CopyrightAuthor4Meta %}{% if AUTHOR %}, {{ AUTHOR.szAuthor }} (автор){% endif %}{% endblock %} -{% block Title %}DQ: {{ DQ.szContent }}{% if AUTHOR %} ({{ AUTHOR.szAuthor }}){% endif %}{% endblock %} +{% block Title %}{% if AUTHOR %}{{ AUTHOR.szAuthor }} — {% endif %}{{ DQ.szContent|truncatewords:7 }} | Dicquo{% endblock %} {% block ExtraHead %}