Remove comment title (subject).

This commit is contained in:
Michael Stenta 2023-04-11 20:28:49 -04:00
parent 39a3cca62a
commit 895a4e97eb
1 changed files with 0 additions and 5 deletions

View File

@ -102,11 +102,6 @@
{% endif %}
<div{{ content_attributes.addClass('content') }}>
{% if title %}
{{ title_prefix }}
<h3{{ title_attributes }}>{{ title }}</h3>
{{ title_suffix }}
{% endif %}
{{ content }}
</div>
</article>