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

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
-3
View File
@@ -23,11 +23,8 @@ if (!defined('__TYPECHO_ROOT_DIR__')) exit; ?>
?>
</ul>
</div>
<?php if ($this->allow('comment')): ?>
<?php $this->need('comments.php'); ?>
<?php endif; ?>
</section>
<?php $this->need('footer.php'); ?>