Skip to content

Commit

Permalink
0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jkjoy committed Oct 8, 2024
1 parent b0b2029 commit 18bf403
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/js/bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
4 changes: 2 additions & 2 deletions index.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* 移植自HUGO主题 farallon 原作者 bigfa
* 一款单栏主题. 移植自HUGO主题 Farallon 原作者 bigfa
* @package Farallon
* @author 老孙
* @version 0.6.1
Expand All @@ -14,4 +14,4 @@
<?php $this->need('postlist.php'); ?>
</div>
</main>
<?php $this->need('footer.php'); ?>
<?php $this->need('footer.php'); ?>

0 comments on commit 18bf403

Please sign in to comment.