更新
This commit is contained in:
parent
0d0b59507f
commit
2311bc0da4
@ -2,7 +2,7 @@
|
||||
/* 获取主题当前版本号 */
|
||||
function _getVersion()
|
||||
{
|
||||
return "7.0.1";
|
||||
return "7.0.2";
|
||||
};
|
||||
|
||||
/* 判断是否是手机 */
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "typecho-joe-next",
|
||||
"version": "7.0.1",
|
||||
"version": "7.0.2",
|
||||
"description": "A Theme Of Typecho",
|
||||
"main": "index.php",
|
||||
"keywords": [
|
||||
|
@ -1,7 +1,7 @@
|
||||
<?php $this->comments()->to($comments); ?>
|
||||
|
||||
<div class="joe_comment">
|
||||
<h3 class="joe_comment__title">评论 <?php if ($this->allow('comment')) : ?>(<?php $this->commentsNum(); ?>)<?php endif; ?></h3>
|
||||
<h3 class="joe_comment__title">评论 <?php if ($this->allow('comment') && $this->options->JCommentStatus !== "off") : ?>(<?php $this->commentsNum(); ?>)<?php endif; ?></h3>
|
||||
|
||||
<?php if ($this->hidden) : ?>
|
||||
<div class="joe_comment__close">
|
||||
|
Loading…
Reference in New Issue
Block a user