Commit 1169aa47 by Manzar Hussain

recent news

parent d0d747c2
...@@ -27,15 +27,16 @@ ...@@ -27,15 +27,16 @@
<h5>{{ label }}</h5> <h5>{{ label }}</h5>
{% endif %} {% endif %}
{{ title_suffix }} {{ title_suffix }}
<h5>Recent News</h5>
{% 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=""> <a href="{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ view_node }}'] }}" class="">
{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ field_news_image }}'] }} {{ 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 ]['{{ title }}'] }}</h6> <h6>{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ title }}'] }}</h6>
{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ view_node }}'] }} <a href="{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ view_node }}'] }}" class="nw_btn_con">Read More <i class="fa fa-angle-right" aria-hidden="true"></i></a>
</div> </div>
</div> </div>
</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