修改评论样式

This commit is contained in:
浪子
2024-05-18 15:06:04 +08:00
parent d4624154ac
commit e18923f481
5 changed files with 70 additions and 70 deletions
+2 -1
View File
@@ -8,13 +8,14 @@
<div class="graph u-marginBottom30">
<?php $this->content(); ?>
</div>
</article>
<!-- 判断如果禁止评论则不显示评论的div -->
<?php if ($this->allow('comment')): ?>
<?php $this->need('comments.php'); ?>
<?php endif; ?>
<!-- 可以使用第三方评论-->
<?php $this->options->twikoo(); ?>
</article>
</section>
<?php $this->need('footer.php'); ?>