From c1401647d60d4010e19f58a9e1879f4b99c7276c Mon Sep 17 00:00:00 2001 From: n-hagiwara Date: Fri, 6 Dec 2024 09:39:58 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=BF=E3=82=A4=E3=83=88=E3=83=AB=E3=81=AE?= =?UTF-8?q?=E4=B8=A6=E3=81=B3=E9=A0=86=E3=81=AE=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- layouts/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/base.html b/layouts/base.html index b7def56..0b88307 100644 --- a/layouts/base.html +++ b/layouts/base.html @@ -8,7 +8,7 @@ - {% if section_title %}{{ section_title }}: {% endif %}{{ title }} + {{ title }}{% if section_title %}: {{ section_title }}{% endif %}