🩹 Fix the comment list output (#3184)
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
@if (! post_password_required())
|
||||
<section id="comments" class="comments">
|
||||
@if ($comments)
|
||||
@if ($responses)
|
||||
<h2>
|
||||
{!! $title !!}
|
||||
</h2>
|
||||
|
||||
<ol class="comment-list">
|
||||
@php($comments)
|
||||
{!! $responses !!}
|
||||
</ol>
|
||||
|
||||
@if ($paginated)
|
||||
|
||||
Reference in New Issue
Block a user