_includes/feature.html in appscms-tools-theme-1.4.9 vs _includes/feature.html in appscms-tools-theme-1.5.0

- old
+ new

@@ -5,11 +5,12 @@ <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=""> + <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> </div> </div> @@ -31,6 +32,7 @@ {% endfor %} </div> </div> </div> </div> -<link rel="stylesheet" href="{{ 'css/feature.css' | relative_url }}"> +<link rel="stylesheet" href="{{ 'css/feature.css' | relative_url }}" {%- if site.crossorigin -%} crossorigin {%- endif + -%}> \ No newline at end of file