We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5048cf commit 3a2ce8aCopy full SHA for 3a2ce8a
_layouts/post.html
@@ -53,11 +53,11 @@ <h5 class="mt-5">{{ comments.size }} responses</h5>
53
<div class="col-6"><strong>{{ comment.author }}</strong></div>
54
<div class="col-6 text-end"><small><a href="#{{ comment.id }}">{{- comment.date | date: site.date_format -}}</a></small></div>
55
</div>
56
- {{ comment.message }}
+ <div class="comment-message">{{ comment.message }}</div>
57
58
<div class="col-12"><hr class="comment-divider" /></div>
59
60
{% endfor %}
61
{% endif %}
62
63
-</article>
+</article>
0 commit comments