增加判断是否在文章页面显示作者信息
This commit is contained in:
+2
-3
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
/**
|
||||
* 关于页面
|
||||
* 无评论页面
|
||||
*
|
||||
* @package custom
|
||||
*/
|
||||
@@ -10,8 +10,7 @@ if (!defined('__TYPECHO_ROOT_DIR__')) exit; ?>
|
||||
<header class="archive--header">
|
||||
<h1 class="post--single__title"><?php $this->title() ?></h1>
|
||||
</header>
|
||||
<article class="post--single">
|
||||
|
||||
<article class="post--single">
|
||||
<div class="graph u-marginBottom30">
|
||||
<?php $this->content(); ?>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user