Commit aff166e2 by Manzar Hussain

remove row

parent ea418e67
...@@ -24,9 +24,8 @@ ...@@ -24,9 +24,8 @@
<div class="col-12"> <div class="col-12">
<div class="p_masarny grid row"> <div class="p_masarny grid row">
{% for row in rows %} {% for row in rows %}
{{ row }}
<div class="grid-item"> <div class="grid-item">
<a href="{{ row.field_image_1 }}" data-lightbox="image-1" data-title="My caption"> <a href="{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ field_image_1 }}'] }}" data-lightbox="image-1" data-title="My caption">
{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ field_image }}'] }} {{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ field_image }}'] }}
<div class="grit_itm_inner"> <div class="grit_itm_inner">
<h5>{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ title }}'] }}</h5> <h5>{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ title }}'] }}</h5>
......
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