Update page-archives.php

This commit is contained in:
浪子 2024-05-22 14:26:08 +08:00
parent 2eff8ebd99
commit 2aa42119dd
1 changed files with 2 additions and 2 deletions

View File

@ -51,10 +51,10 @@ if (!defined('__TYPECHO_ROOT_DIR__')) exit; ?>
}
if ($year > 0) {
$output .= '</ul></div>'; // 确保结束最后一个月份列表和div
$output .= '</ul>'; // 确保结束最后一个月份列表和div
}
$output .= '</ul></div>'; // 结束归档div
$output .= '</div>'; // 结束归档div
echo $output;
?>
</div>