From 2b595583c170ae18a944e4088b2b8523c6cddca6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B5=AA=E5=AD=90?= Date: Mon, 1 Jul 2024 18:34:20 +0800 Subject: [PATCH] Update index.php --- index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index 4d4ea47..aded499 100644 --- a/index.php +++ b/index.php @@ -3,7 +3,7 @@ * 移植自HUGO主题 farallon 原作者 bigfa * @package farallon * @author 老孙 - * @version 0.5.4.1 + * @version 0.5.5 * @link https://imsun.org */ if (!defined('__TYPECHO_ROOT_DIR__')) exit; @@ -14,4 +14,4 @@ $this->need('header.php'); need('postlist.php'); ?> -need('footer.php'); ?> \ No newline at end of file +need('footer.php'); ?>