Commit 836412eb by Manzar Hussain

recent news

parent 67729615
...@@ -30,14 +30,14 @@ ...@@ -30,14 +30,14 @@
{% for row in rows %} {% for row in rows %}
<div class="cs_s_cb"> <div class="cs_s_cb">
<div class="nw_r_p_ci"> <div class="nw_r_p_ci">
<a href="" class="nw_imgcon_box" style="background: url({{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ field_news_image }}'] }});"> <a href="" class="nw_imgcon_box">
{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ field_news_image }}'] }}
</a> </a>
<div class="nw_p_box"> <div class="nw_p_box">
<h6>{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ field_news_image }}'] }});"></h6> <h6>{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ field_news_image }}'] }});"></h6>
{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ view_node }}'] }} {{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ view_node }}'] }}
</div> </div>
</div> </div>
</div> </div>
{% endfor %} {% endfor %}
</div> </div>
......
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