_layouts/feature.html in appscms-tools-theme-1.1.2 vs _layouts/feature.html in appscms-tools-theme-1.1.3
- old
+ new
@@ -100,11 +100,11 @@
<div class="container">
<div class="row">
<div class="col-md-8 mx-auto">
<div class="faq">
{%- if featureData.FAQ.size>0 -%}
- <h2 class="feature-h1 text-center">Frequently Asked Questions</h2>
+ <h2 class="feature-h1 text-center">{{featureData.faqheading | default: 'Frequently Asked Questions'}}</h2>
{%- endif -%}
<ul class="list-unstyled">
{% for data in featureData.FAQ %}
<li>
<h3 class="faq-question" itemprop="name">{{data.question | replace: "$variable",
@@ -123,12 +123,13 @@
</div>
</div>
</div>
{%- include share/socialshare.html -%}
{%- include Rating/rating.html -%}
+ {%- include /Usp/usp.html -%}
+
-
{%- if page.categories or page.tags-%}
{%- include section/related_categories_post.html -%}
{%- else -%}
{%- include section/recent_posts.html -%}
{% endif %}
@@ -142,10 +143,9 @@
{%- if featureData.compare_formats -%}
<div class="container file-detail-table ">
{%- include fileformat/comparisonfiles.html -%}
</div>
{%- endif -%}
- {%- include /Usp/usp.html -%}
{% include footer/index.html %}
{% include script.html %}
</body>
</html>
\ No newline at end of file