_includes/feature.html in appscms-tools-theme-3.3.5 vs _includes/feature.html in appscms-tools-theme-3.3.6

- old
+ new

@@ -4,25 +4,19 @@ <div class="row"> <div class="col-xl-3 col-lg-12"> <div class="row"> <div class="col-xl-3 p-0"> <div class="feature"> - <img - src="/assets/images/left_obj_01.png" - alt="" - {%- - if - site.crossorigin - -%} - crossorigin - {%- - endif - -%} - /> + <img src="/assets/images/left_obj_01.png" alt="" {%- if site.crossorigin -%} crossorigin {%- endif -%} /> <span class="site-no"> {{dataToShow.featureNo}}</span> - <h5 class="title">{{dataToShow.feature_title}}</h5> - <p class="description">{{dataToShow.feature_description}}</p> + {%- if dataToShow.feature_title.size > 1 -%} + <h5 class="title">{{dataToShow.feature_title.size}}</h5> + {%- else -%} + <h5 class="title">ravi</h5> + {% endif %} + + <!-- <p class="description">{{dataToShow.feature_description}}</p> --> </div> </div> </div> </div> <div class="col-xl-9 col-lg-12"> @@ -40,17 +34,7 @@ {% endfor %} </div> </div> </div> </div> -<link - rel="stylesheet" - href="{{ 'css/feature.css' | relative_url }}" - {%- - if - site.crossorigin - -%} - crossorigin - {%- - endif - -%} -/> +<link rel="stylesheet" href="{{ 'css/feature.css' | relative_url }}" {%- if site.crossorigin -%} crossorigin {%- endif + -%} /> \ No newline at end of file