From d11da1106b73a2d3588ea999a7f2181a6c03678c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B5=AA=E5=AD=90?= Date: Sun, 7 Jul 2024 10:46:35 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E7=A7=BB=E5=8A=A8=E8=AE=BE=E5=A4=87?= =?UTF-8?q?=E6=A0=87=E9=A2=98=E9=95=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 加入判断 --- index.php | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index a43f382..e735bdc 100644 --- a/index.php +++ b/index.php @@ -3,8 +3,8 @@ * 移植自Hexo主题 Chic * @package Chic * @author 老孙 - * @version 1.0.1 - * @link https://imsun.org + * @version 1.0.2 + * @link https://www.imsun.org */ if (!defined('__TYPECHO_ROOT_DIR__')) exit; ?> need('header.php'); ?> @@ -52,4 +52,21 @@ while($this->next()): ); ?> + need('footer.php'); ?> \ No newline at end of file