From 43e7ff94d0db14ac405a7f926fc69ad66cb45794 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=9A=E7=BE=85=E7=8B=BC?= Date: Tue, 17 Dec 2024 13:37:53 +0800 Subject: [PATCH] Update help_doc_detail.html --- assets/templates/help_doc_detail.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/templates/help_doc_detail.html b/assets/templates/help_doc_detail.html index 2e4cf9a5e7..ef68645230 100644 --- a/assets/templates/help_doc_detail.html +++ b/assets/templates/help_doc_detail.html @@ -40,7 +40,7 @@ font-family: 'Noto Sans SC', 'Noto Sans HK', 'Noto Sans TC', 'Noto Sans JP', 'Noto Sans KR', sans-serif; } - {% if module_.base %} + {% if module.base %} body { background-color: white; --theme-color-title: #9f430b; @@ -148,7 +148,7 @@ border-top: 2px solid var(--theme-color-highlight); } - {% if module_.base %} + {% if module.base %} .authors { display: none; }