This commit is contained in:
杜恒
2021-01-21 13:29:50 +08:00
parent 5ecfb5979b
commit 956c528b48
11 changed files with 378 additions and 110 deletions

View File

@@ -98,7 +98,9 @@
</div>
</div>
<div class="reply">
<a href="<?php $item->permalink(); ?>"><?php _parseAsideReply($item->content); ?></a>
<a class="link" title="<?php _parseAsideReply($item->content, false); ?>" href="<?php _parseAsideLink($item->permalink); ?>">
<?php _parseAsideReply($item->content); ?>
</a>
</div>
</li>
<?php endwhile; ?>