0.6.1
This commit is contained in:
parent
b0b20298b5
commit
18bf403848
|
@ -17,7 +17,7 @@
|
|||
is_single = false;
|
||||
post_id = 0;
|
||||
is_archive = false;
|
||||
VERSION = "0.6.0";
|
||||
VERSION = "0.6.1";
|
||||
constructor() {
|
||||
super();
|
||||
this.initCopyright();
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
/**
|
||||
* 移植自HUGO主题 farallon 原作者 bigfa
|
||||
* 一款单栏主题. 移植自HUGO主题 Farallon 原作者 bigfa
|
||||
* @package Farallon
|
||||
* @author 老孙
|
||||
* @version 0.6.1
|
||||
|
@ -14,4 +14,4 @@ $this->need('header.php');
|
|||
<?php $this->need('postlist.php'); ?>
|
||||
</div>
|
||||
</main>
|
||||
<?php $this->need('footer.php'); ?>
|
||||
<?php $this->need('footer.php'); ?>
|
Loading…
Reference in New Issue