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:
+2
-2
@@ -1,5 +1,5 @@
|
||||
<?php if (!defined('__TYPECHO_ROOT_DIR__')) exit; ?>
|
||||
<?php $this->need('header.php'); ?>
|
||||
<?php $this->need('module/header.php'); ?>
|
||||
<main class="site--main">
|
||||
<header class="archive--header"><?php if ($this->have()): ?>
|
||||
<h2 class="post--single__title"><?php $this->archiveTitle(array(
|
||||
@@ -74,4 +74,4 @@
|
||||
</header>
|
||||
</main>
|
||||
<?php endif; ?>
|
||||
<?php $this->need('footer.php'); ?>
|
||||
<?php $this->need('module/footer.php'); ?>
|
||||
Reference in New Issue
Block a user