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