Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/typecho/typecho
Browse files Browse the repository at this point in the history
  • Loading branch information
joyqi committed Mar 10, 2020
2 parents 3bba7cd + 0020814 commit 3afd22c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<?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; ?>
Expand Down

0 comments on commit 3afd22c

Please sign in to comment.