Merge pull request #853 from Seevil/patch-2

修复最近回复链接
This commit is contained in:
joyqi
2020-01-17 10:50:55 +08:00
committed by GitHub
+1 -1
View File
@@ -73,7 +73,7 @@ $stat = Typecho_Widget::widget('Widget_Stat');
<?php while($comments->next()): ?>
<li>
<span><?php $comments->date('n.j'); ?></span>
<a href="<?php $comments->permalink(); ?>" class="title"><?php $comments->author(true); ?></a>:
<a href="<?php $comments->permalink(); ?>" class="title"><?php $comments->author(false); ?></a>:
<?php $comments->excerpt(35, '...'); ?>
</li>
<?php endwhile; ?>