From 8c11e02d9c85a6b43f869b7bcc27bed3dc7b10a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9DNyymix=E2=80=9D?= Date: Wed, 30 Apr 2025 08:56:34 +0300 Subject: [PATCH] Update site title order --- gallery/templates/gallery/main.html | 2 +- templates/base.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gallery/templates/gallery/main.html b/gallery/templates/gallery/main.html index e72de28..836af5a 100644 --- a/gallery/templates/gallery/main.html +++ b/gallery/templates/gallery/main.html @@ -3,7 +3,7 @@ {% load image_tags %} -{% block title %} Home {% endblock %} +{% block title %}{{ site_config.description }}{% endblock %} {% block parallax %} diff --git a/templates/base.html b/templates/base.html index c876c04..0709d9e 100644 --- a/templates/base.html +++ b/templates/base.html @@ -6,7 +6,7 @@ - {{ site_config.site_head_title }} : {% block title %}{% endblock %} + {% block title %}{% endblock %} - {{ site_config.site_head_title }} {% if canonical_url %} {% endif %}