mirror of
https://github.com/jkjoy/typecho-theme-farallon.git
synced 2026-06-27 20:34:30 +00:00
0.7.0
重新整理了一下目录,更改了部分内容的实现方式
This commit is contained in:
@@ -3,15 +3,15 @@
|
||||
* 一款单栏主题. 移植自HUGO主题 Farallon 原作者 bigfa
|
||||
* @package Farallon
|
||||
* @author 老孙
|
||||
* @version 0.6.3
|
||||
* @version 0.7.0
|
||||
* @link https://www.imsun.org
|
||||
*/
|
||||
if (!defined('__TYPECHO_ROOT_DIR__')) exit;
|
||||
$this->need('header.php');
|
||||
$this->need('module/header.php');
|
||||
?>
|
||||
<main class="site--main">
|
||||
<div class="articleList">
|
||||
<?php $this->need('postlist.php'); ?>
|
||||
<?php $this->need('module/postlist.php'); ?>
|
||||
</div>
|
||||
</main>
|
||||
<?php $this->need('footer.php'); ?>
|
||||
<?php $this->need('module/footer.php'); ?>
|
||||
Reference in New Issue
Block a user