From 6c6e715707da4a2cd191f2aae444ec9221553bc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AB=8F=E8=A8=AA=E5=AD=90?= Date: Wed, 31 Dec 2025 06:11:30 +0900 Subject: [PATCH] =?UTF-8?q?=E3=81=94=E3=82=81=E3=82=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- view/common/header.maron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/common/header.maron b/view/common/header.maron index 5927e80..5a51afa 100644 --- a/view/common/header.maron +++ b/view/common/header.maron @@ -15,7 +15,7 @@ {@ if (isset($meta->author)) @} {@ endif @} -{@ if (sset($meta->thumbnail) && !empty($meta->thumbnail)) @} +{@ if (isset($meta->thumbnail) && !empty($meta->thumbnail)) @} {@ endif @} {@ endif @}