We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f18546 commit 472d25bCopy full SHA for 472d25b
templates/components/styles/comments.html.twig
@@ -12,7 +12,7 @@
12
</time>
13
</div>
14
<div class="comment__body">
15
- {% if post.typeHandle == 'importedEntries' %}
+ {% if post.typeHandle == 'blogPosts_importedEntries' %}
16
<p>{{ comment.comment|raw }}</p>
17
{% else %}
18
<p>{{ comment.comment|nl2br }}</p>
0 commit comments