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; ?>