增加判断是否在文章页面显示作者信息

This commit is contained in:
浪子
2024-05-17 18:42:35 +08:00
parent 965dd0fc7f
commit b221c3d9ab
9 changed files with 12 additions and 27 deletions
+2 -3
View File
@@ -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>