Commit 38f4570e by Manzar Hussain

remove month

parent d762b6c0
......@@ -26,9 +26,10 @@
%}
<div class="id_filter_common id_filter_2020">
{% for row in rows %}
<h5 class="id_c_tc">{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ field_year }}'] }}</h5>
<h5 class="id_c_tc" style="display: none;">January</h5>
<div class="row">
{% for row in rows %}
<div class="id_item_con col-12 col-sm-4 col-md-3">
<div class="i_c_b_m_p">
<a href="{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ field_pdf_url }}'] }}" class="hyper_link">
......@@ -41,8 +42,9 @@
</a>
</div>
</div>
</div>
{% 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