mirror of
https://github.com/jkjoy/typecho-theme-farallon.git
synced 2026-06-27 20:44:29 +00:00
Update comments.php
This commit is contained in:
+6
-1
@@ -92,7 +92,12 @@ function threadedComments($comments, $options) {
|
||||
<div class="comment-body" id="<?php $comments->theId(); ?>">
|
||||
<div class="comment-meta">
|
||||
<div class="comment--avatar">
|
||||
<?php echo $comments->gravatar('40', ''); ?>
|
||||
<?php if ($comments->url): ?>
|
||||
<a href="<?php echo $comments->url ?>" target="_blank" rel="external nofollow"><?php echo $comments->gravatar('40', ''); ?> </a>
|
||||
<?php else: ?>
|
||||
<?php echo $comments->gravatar('40', ''); ?>
|
||||
<?php endif; ?>
|
||||
|
||||
</div>
|
||||
<div class="comment--meta">
|
||||
<div class="comment--author"><?php echo $comments->author; ?><span class="dot"></span>
|
||||
|
||||
Reference in New Issue
Block a user