Commit 6e10995f by Manzar Hussain

add date in opening

parent 0fa00986
...@@ -33,8 +33,9 @@ ...@@ -33,8 +33,9 @@
{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ field_short_description }}'] }} {{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ field_short_description }}'] }}
<div class="j-m-info"> <div class="j-m-info">
<span class="j-m-date"> <span class="j-m-date">
Posted on <b>28th November, 2020</b> Posted on <b>{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ field_job_post_date }}'] }}</b>
</span> </span>
<span class="j-m-pos"> <span class="j-m-pos">
Position <b>{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ field_position }}'] }}</b> Position <b>{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ field_position }}'] }}</b>
</span> </span>
......
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