Commit 8bfa84e3 by Manzar Hussain

title bugs remove

parent dbca0b16
......@@ -57,12 +57,12 @@
{% if multiple %}
{% for item in items %}
{{ item.attributes.addClass('field__item') }}>{{ item.content }}
{{ item.content }}
{% endfor %}
{% else %}
{% for item in items %}
{{ attributes.addClass(classes, 'field__item') }}>{{ item.content }}
<div{{ attributes.addClass(classes, 'field__item') }}>{{ item.content }}</div>
{% endfor %}
{% endif %}
{% else %}
......
......@@ -16,6 +16,6 @@
#}
{{ title_prefix }}
{% if title %}
<h1 style="display: none;">{{ title }}</h1>
<h1{{ title_attributes }} style="display: none;">{{ title }}</h1>
{% endif %}
{{ title_suffix }}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment