farallon/index.php

17 lines
312 B
PHP
Raw Normal View History

2024-05-17 15:47:27 +08:00
<?php
/**
* @package zizhi
* @author zizhi
* @version 1.0
* @link https://minirizhi.com
*/
if (!defined('__TYPECHO_ROOT_DIR__')) exit;
$this->need('header.php');
?>
<main class="site--main">
<div class="articleList">
<?php $this->need('postlist.php'); ?>
</div>
</main>
<?php $this->need('footer.php'); ?>