Skip to content

Commit 3a2ce8a

Browse files
authored
Updated comment HTML to better support formatting
1 parent a5048cf commit 3a2ce8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_layouts/post.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@ <h5 class="mt-5">{{ comments.size }} responses</h5>
5353
<div class="col-6"><strong>{{ comment.author }}</strong></div>
5454
<div class="col-6 text-end"><small><a href="#{{ comment.id }}">{{- comment.date | date: site.date_format -}}</a></small></div>
5555
</div>
56-
{{ comment.message }}
56+
<div class="comment-message">{{ comment.message }}</div>
5757
</div>
5858
<div class="col-12"><hr class="comment-divider" /></div>
5959
</div>
6060
{% endfor %}
6161
{% endif %}
6262

63-
</article>
63+
</article>

0 commit comments

Comments
 (0)