版本0.2

This commit is contained in:
浪子
2024-07-01 10:03:24 +08:00
parent 49f932202e
commit f2bb3ef9d7
19 changed files with 483 additions and 502 deletions
+2 -4
View File
@@ -5,9 +5,7 @@
* @package custom
*/
if (!defined('__TYPECHO_ROOT_DIR__')) exit; ?>
<?php $this->need('part/head.php'); ?>
<div class="wrapper">
<?php $this->need('part/header.php'); ?>
<?php $this->need('header.php'); ?>
<div class="main">
<div class="container">
<div class="post-wrap categories">
@@ -47,5 +45,5 @@ if (!defined('__TYPECHO_ROOT_DIR__')) exit; ?>
</div>
</div>
<?php $this->need('part/footer.php'); ?>
<?php $this->need('footer.php'); ?>