Merge branch 'main' of https://github.com/jkjoy/typecho-theme-farallon
This commit is contained in:
commit
2082a070a9
|
@ -54,6 +54,7 @@
|
||||||
</g>
|
</g>
|
||||||
</svg><?php $this->commentsNum(_t('0'), _t('1'), _t('%d')); ?>
|
</svg><?php $this->commentsNum(_t('0'), _t('1'), _t('%d')); ?>
|
||||||
</h3>
|
</h3>
|
||||||
|
<ol class="commentlist sulliComment--list"></ol>
|
||||||
<div id="<?php $this->respondId(); ?>" class="comment-respond">
|
<div id="<?php $this->respondId(); ?>" class="comment-respond">
|
||||||
<div class="cancel-comment-reply cancel-comment-reply-link"><?php $comments->cancelReply(); ?></div>
|
<div class="cancel-comment-reply cancel-comment-reply-link"><?php $comments->cancelReply(); ?></div>
|
||||||
<form method="post" action="<?php $this->commentUrl() ?>" id="comment-form" role="form" class="comment-form">
|
<form method="post" action="<?php $this->commentUrl() ?>" id="comment-form" role="form" class="comment-form">
|
||||||
|
@ -87,7 +88,7 @@
|
||||||
<?php else: ?>
|
<?php else: ?>
|
||||||
<?php _e(''); ?>
|
<?php _e(''); ?>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
<ol class="commentlist sulliComment--list"></ol>
|
|
||||||
<?php if ($comments->have()): ?>
|
<?php if ($comments->have()): ?>
|
||||||
<?php $comments->listComments(); ?>
|
<?php $comments->listComments(); ?>
|
||||||
<?php
|
<?php
|
||||||
|
|
|
@ -51,6 +51,4 @@ class Content
|
||||||
}
|
}
|
||||||
return $content;
|
return $content;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue