Commit 8bfa84e3 by Manzar Hussain

title bugs remove

parent dbca0b16
...@@ -57,12 +57,12 @@ ...@@ -57,12 +57,12 @@
{% if multiple %} {% if multiple %}
{% for item in items %} {% for item in items %}
{{ item.attributes.addClass('field__item') }}>{{ item.content }} {{ item.content }}
{% endfor %} {% endfor %}
{% else %} {% else %}
{% for item in items %} {% for item in items %}
{{ attributes.addClass(classes, 'field__item') }}>{{ item.content }} <div{{ attributes.addClass(classes, 'field__item') }}>{{ item.content }}</div>
{% endfor %} {% endfor %}
{% endif %} {% endif %}
{% else %} {% else %}
......
...@@ -16,6 +16,6 @@ ...@@ -16,6 +16,6 @@
#} #}
{{ title_prefix }} {{ title_prefix }}
{% if title %} {% if title %}
<h1 style="display: none;">{{ title }}</h1> <h1{{ title_attributes }} style="display: none;">{{ title }}</h1>
{% endif %} {% endif %}
{{ title_suffix }} {{ 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