mirror of
https://github.com/jkjoy/typecho-theme-farallon.git
synced 2026-06-10 01:24:29 +00:00
第一次上传
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
<?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'); ?>
|
||||
Reference in New Issue
Block a user