From bd869a206329dab18fb0f327d99e103d2d54c795 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B5=AA=E5=AD=90?= Date: Sun, 30 Jun 2024 07:43:57 +0800 Subject: [PATCH] W --- archive.php | 1 + page-links.php | 4 +++- page.php | 4 +++- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/archive.php b/archive.php index 22e97bf..368b688 100644 --- a/archive.php +++ b/archive.php @@ -3,6 +3,7 @@ if (!defined('__TYPECHO_ROOT_DIR__')) exit; ?> need('part/head.php'); ?>
need('part/header.php'); ?> +

archiveTitle(array( 'category' => _t(' %s '), diff --git a/page-links.php b/page-links.php index debdf79..c633cc3 100644 --- a/page-links.php +++ b/page-links.php @@ -6,7 +6,9 @@ */ if (!defined('__TYPECHO_ROOT_DIR__')) exit; ?> need('part/head.php');?> +
need('part/header.php'); ?> +
@@ -38,7 +40,7 @@ if (!defined('__TYPECHO_ROOT_DIR__')) exit; ?>
-
+

need('part/footer.php'); ?>