_layouts/feature.html in appscms-tools-theme-3.0.0 vs _layouts/feature.html in appscms-tools-theme-3.0.1

- old
+ new

@@ -5,45 +5,17 @@ {% include head/index.html %} <body> {% include header/index.html %} {%- if site.safeui -%} <div - class="alert alert-{{featureData.variant | default: 'info'}} alert-dismissible fade show text-center" + class="alert alert-{{featureData.variant | default: 'info'}} fade show text-center" role="alert" id="safeui-alert" > <div class="container"> - <img - src="/assets/secure.svg" - height="23px" - width="18px" - alt="secure" - {%- - if - site.crossorigin - -%} - crossorigin - {%- - endif - -%} - /> - &nbsp; {%- if featureData.alertmsg -%} {{featureData.alertmsg}} {%- else - -%} We do not upload any files to server, hence your data is 100% - secure. {%- endif -%} &nbsp; - <img - src="/assets/noserverupload.svg" - height="23px" - width="20px" - alt="no server upload" - {%- - if - site.crossorigin - -%} - crossorigin - {%- - endif - -%} - /> + {%- if featureData.alertmsg -%} {{featureData.alertmsg}} {%- else -%} We + do not upload any files to server, hence your data is 100% secure. {%- + endif -%} &nbsp; <button type="button" class="close" data-dismiss="alert" aria-label="Close"