🩹 Fix the comment list output (#3184)

This commit is contained in:
Brandon
2024-02-02 09:36:33 -06:00
committed by GitHub
parent a86946e39f
commit 308cc20859
2 changed files with 6 additions and 5 deletions

View File

@@ -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)