Commit f53ea3f3 by Manzar Hussain

add class name

parent e7eae983
......@@ -48,7 +48,7 @@
<div class="col-md-6 col-lg-4 app_con_box">
<section class="ap-grid-block">
<h5 class="title"><a href="{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ field_url }}'] }}" class="c1">{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ field_subtitle }}'] }}</a></h5>
<h5 class="title"><a href="{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ field_url }}'] }}" class="{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ field_classname }}'] }}">{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ field_subtitle }}'] }}</a></h5>
<div class="ap-slider">
<div class="ap-grid-item">
<figure class="text-center"><a href="{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ field_url }}'] }}">{{ row.content['#view'].style_plugin.render_tokens[ loop.index0 ]['{{ field_icon }}'] }}</a></figure>
......
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