This commit is contained in:
浪子 2024-06-30 07:43:57 +08:00
parent 52e5a313c8
commit bd869a2063
3 changed files with 7 additions and 2 deletions

View File

@ -3,6 +3,7 @@ if (!defined('__TYPECHO_ROOT_DIR__')) exit; ?>
<?php $this->need('part/head.php'); ?>
<div class="wrapper">
<?php $this->need('part/header.php'); ?>
<div class="main">
<div class="post-wrap archive">
<h2 class="post-title">-&nbsp;<?php $this->archiveTitle(array(
'category' => _t(' %s '),

View File

@ -6,7 +6,9 @@
*/
if (!defined('__TYPECHO_ROOT_DIR__')) exit; ?>
<?php $this->need('part/head.php');?>
<div class="wrapper">
<?php $this->need('part/header.php'); ?>
<div class="main">
<div class="container">
<article class="post-wrap page">
<div class="post-wrap">
@ -38,7 +40,7 @@ if (!defined('__TYPECHO_ROOT_DIR__')) exit; ?>
<?php endif; ?>
</div>
</article>
</div>
</div></div></div>
<?php $this->need('part/footer.php'); ?>
<style>
#links {

View File

@ -1,6 +1,8 @@
<?php if (!defined('__TYPECHO_ROOT_DIR__')) exit; ?>
<?php $this->need('part/head.php');?>
<div class="wrapper">
<?php $this->need('part/header.php'); ?>
<div class="main">
<div class="container">
<article class="post-wrap page">
<div class="post-wrap">
@ -20,6 +22,6 @@
<?php endif; ?>
</div>
</article>
</div>
</div></div>
<?php $this->need('part/footer.php'); ?>