_layouts/feature.html in tools-theme-0.1.2 vs _layouts/feature.html in tools-theme-0.1.3

- old
+ new

@@ -50,11 +50,12 @@ </div> <div class="container mt-4"> <div class="row px-0"> {% for data in featureData.TEXTUAL_CONTENT %} <div class="col-lg-4 col-md-6 my-4"> - <div><img class="feature-card-img" src="{{data.logoUrl}}" loading="lazy" height="48px" width="48px" alt={{data.header}}> + <div><img class="feature-card-img" src="{{data.logoUrl}}" loading="lazy" height="48px" width="48px" + alt={{data.header}}> <div class="feature-card-title">{{data.header | replace: "$variable", page.value}}</div> <div class="feature-card-desc">{{data.content | replace: "$variable", page.value}}</div> </div> </div> {% endfor %} @@ -63,11 +64,11 @@ <div class="d-flex justify-content-center mt-5 mb-5" id="__cond-1011327"> <div class="flex-container pb-5"> <div class="flex-class"> <div class=" d-flex flex-wrap justify-content-center"> {%- if featureData.HOW_TO_CONTENT.logoImageUrl -%} - <div class="how-to-img-wrapper "><img class="how-to-leftimg" height="180px" width="300px" + <div class="how-to-img-wrapper "><img class="how-to-leftimg" height="180px" width="300px" src="{{featureData.HOW_TO_CONTENT.logoImageUrl}}" loading="lazy" alt="{{featureData.HOW_TO_CONTENT.logoImageAlt}}"> </div> {%- endif -%} <div class="how-to-right"> @@ -81,11 +82,11 @@ </div> </div> </div> </div> </div> - + <div class="container"> <div class="row"> <div class="col-md-8 mx-auto"> <div class="faq"> {%- if featureData.FAQ.size>0 -%} @@ -108,35 +109,10 @@ </ul> </div> </div> </div> </div> - {%- include share/socialshare.html -%} - {%- include Rating/rating.html -%} - - - {%- if page.categories or page.tags-%} - {%- include section/related_categories_post.html -%} - {%- else -%} - {%- include section/recent_posts.html -%} - {% endif %} - {%- if featureData.display_formats -%} - <div class="container px-md-5 compare-table "> - <div class="px-md-4"> - {%- include fileformat/fileformatdetail.html -%} - </div> - </div> - {%- endif -%} - {%- if featureData.compare_formats -%} - <div class="container file-detail-table "> - {%- include fileformat/comparisonfiles.html -%} - </div> - {%- endif -%} - {%- if featureData.USP_Heading or featureData.USPS -%} - <div class="container"> - {%- include /Usp/usp.html -%} - </div> - {%- endif -%} + {% include footer/index.html %} {% include script.html %} </body> </html> \ No newline at end of file