Files
typecho-theme-farallon/index.php
T
浪子 87be98f196 0.5.6
2024-07-06 09:09:42 +08:00

18 lines
365 B
PHP

<?php
/**
* 移植自HUGO主题 farallon 原作者 bigfa
* @package farallon
* @author 老孙
* @version 0.5.6
* @link https://imsun.org
*/
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'); ?>