From 02d135098229f52a3dba007c65b33bc86bf07271 Mon Sep 17 00:00:00 2001 From: Arsen Mirzaev Tatyano-Muradovich Date: Mon, 16 Dec 2024 16:54:55 +0700 Subject: [PATCH] {{ theme }} --- author/project/system/views/themes/default/head.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/author/project/system/views/themes/default/head.html b/author/project/system/views/themes/default/head.html index 24ce242..f449074 100755 --- a/author/project/system/views/themes/default/head.html +++ b/author/project/system/views/themes/default/head.html @@ -1,15 +1,15 @@ {% block title %} -{% if head.title != empty %}{{head.title}}{% else %}${REPO_NAME} by ${REPO_OWNER}{% endif %} +{% if head.title != empty %}{{ head.title }}{% else %}${REPO_NAME} by ${REPO_OWNER}{% endif %} {% endblock %} {% block meta %} {% for meta in head.metas %} - + {% endfor %} {% endblock %} {% block css %} - + {% endblock %}