From 2aa42119dd1a006058a5eda2d0c151954f6e9508 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B5=AA=E5=AD=90?= Date: Wed, 22 May 2024 14:26:08 +0800 Subject: [PATCH] Update page-archives.php --- page-archives.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/page-archives.php b/page-archives.php index 644df1d..043677e 100644 --- a/page-archives.php +++ b/page-archives.php @@ -51,10 +51,10 @@ if (!defined('__TYPECHO_ROOT_DIR__')) exit; ?> } if ($year > 0) { - $output .= ''; // 确保结束最后一个月份列表和div + $output .= ''; // 确保结束最后一个月份列表和div } - $output .= ''; // 结束归档div + $output .= ''; // 结束归档div echo $output; ?>