_layouts/feature.html in appscms-tools-theme-0.7.1 vs _layouts/feature.html in appscms-tools-theme-0.7.2
- old
+ new
@@ -110,24 +110,33 @@
</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">
- {%- include fileformat/fileformatdetail.html -%}
+ <div class="container file-detail-table ">
+ {%- include fileformat/comparisonfiles.html -%}
</div>
{%- endif -%}
- {%- if featureData.display_formats -%}
+ {%- if featureData.USP_Heading or featureData.USPS -%}
<div class="container">
- {%- include fileformat/comparisonfiles.html -%}
+ {%- include /Usp/usp.html -%}
</div>
{%- endif -%}
- {%- if page.categories or page.tags-%}
- {%- include section/related_categories_post.html -%}
- {%- else -%}
- {%- include section/recent_posts.html -%}
- {% endif %}
{% include footer/index.html %}
{% include script.html %}
</body>
</html>
\ No newline at end of file