appscms-tools-theme 1.1.2 → 1.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/_layouts/feature.html +3 -3
- data/_layouts/home.html +6 -5
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: afe261c16626b30c2f7ff0b2345d94ed10eadb9553f91e4e99e6a1947fe8e5e8
|
|
4
|
+
data.tar.gz: dda00f71e291109156d5f6d932ced85a00186167f4e50914ab63b13ae7478b9c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1bacc2d00da857aba16ff12026946bf54418ab51167a0217ab4e242c6163ba385f768a5ad94078624d911e19ec4cf14d4100cc5d7b4610f3fee0b63a9032e234
|
|
7
|
+
data.tar.gz: 99498d16699cb2312f28b7b4e5aeda2f4adc523d975a3d172d8303f21867a8b9b868cdc4c26bd1511af2ea60eff81c0e2c5a18421c661524edf2ebcddf0bc4da
|
data/_layouts/feature.html
CHANGED
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
<div class="col-md-8 mx-auto">
|
|
103
103
|
<div class="faq">
|
|
104
104
|
{%- if featureData.FAQ.size>0 -%}
|
|
105
|
-
<h2 class="feature-h1 text-center">Frequently Asked Questions</h2>
|
|
105
|
+
<h2 class="feature-h1 text-center">{{featureData.faqheading | default: 'Frequently Asked Questions'}}</h2>
|
|
106
106
|
{%- endif -%}
|
|
107
107
|
<ul class="list-unstyled">
|
|
108
108
|
{% for data in featureData.FAQ %}
|
|
@@ -125,7 +125,8 @@
|
|
|
125
125
|
</div>
|
|
126
126
|
{%- include share/socialshare.html -%}
|
|
127
127
|
{%- include Rating/rating.html -%}
|
|
128
|
-
|
|
128
|
+
{%- include /Usp/usp.html -%}
|
|
129
|
+
|
|
129
130
|
|
|
130
131
|
{%- if page.categories or page.tags-%}
|
|
131
132
|
{%- include section/related_categories_post.html -%}
|
|
@@ -144,7 +145,6 @@
|
|
|
144
145
|
{%- include fileformat/comparisonfiles.html -%}
|
|
145
146
|
</div>
|
|
146
147
|
{%- endif -%}
|
|
147
|
-
{%- include /Usp/usp.html -%}
|
|
148
148
|
{% include footer/index.html %}
|
|
149
149
|
{% include script.html %}
|
|
150
150
|
</body>
|
data/_layouts/home.html
CHANGED
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
<div class="col-md-8 mx-auto">
|
|
98
98
|
<div class="faq">
|
|
99
99
|
{%- if homeData.FAQ.size>0 -%}
|
|
100
|
-
<h2 class="feature-h1 text-center">Frequently Asked Questions</h2>
|
|
100
|
+
<h2 class="feature-h1 text-center">{{homeData.faqheading | default: 'Frequently Asked Questions'}}</h2>
|
|
101
101
|
{%- endif -%}
|
|
102
102
|
<ul class="list-unstyled">
|
|
103
103
|
{% for data in homeData.FAQ %}
|
|
@@ -121,6 +121,10 @@
|
|
|
121
121
|
{%- endif -%}
|
|
122
122
|
{%- include share/socialshare.html -%}
|
|
123
123
|
{%- include Rating/rating.html -%}
|
|
124
|
+
{%- if homeData.USPS -%}
|
|
125
|
+
{%- include /Usp/usp.html -%}
|
|
126
|
+
|
|
127
|
+
{%- endif -%}
|
|
124
128
|
{%- if page.categories or page.tags-%}
|
|
125
129
|
{%- include section/related_categories_post.html -%}
|
|
126
130
|
{%- else -%}
|
|
@@ -138,10 +142,7 @@
|
|
|
138
142
|
{%- include fileformat/comparisonfiles.html -%}
|
|
139
143
|
</div>
|
|
140
144
|
{%- endif -%}
|
|
141
|
-
|
|
142
|
-
{%- include /Usp/usp.html -%}
|
|
143
|
-
|
|
144
|
-
{%- endif -%}
|
|
145
|
+
|
|
145
146
|
{% include footer/index.html %}
|
|
146
147
|
{% include script.html %}
|
|
147
148
|
</body>
|