Get unlinked title in a slightly less hacky way
... and slowly realize we really don't want titles on our comments...
This commit is contained in:
parent
f6b5d40d76
commit
98b6cc0c08
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@
|
|||
<div class="media-content">
|
||||
{% if title %}
|
||||
{{ title_prefix }}
|
||||
<h3{{ title_attributes.addClass('title', 'is-5') }}>{{ title|striptags }}</h3>
|
||||
<h3{{ title_attributes.addClass('title', 'is-5') }}>{{ comment.label }}</h3>
|
||||
{{ title_suffix }}
|
||||
{% endif %}
|
||||
{{ content }}
|
||||
|
|
Loading…
Reference in a new issue