appscms-tools-theme 1.1.0 → 1.1.1
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/home.html +4 -1
- 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: 1914b664e9ac7f96b4700c99e2171e9a949504d48fe96ab29e05fba1f61d0318
|
|
4
|
+
data.tar.gz: ab1bdcf0ec8b19f74eff12f411df1362104648b57c102f0e85ef09da7e264388
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c4a6d390af62cbe4bf8855b6e4179010be1b4fb1ba429613ac2e794eda9f1e25781ca93071f620fd5a16e2b500d0efd2a140aae00a20786ec274106ad0dd128f
|
|
7
|
+
data.tar.gz: f4dd0d5c1d4fb8d83f25cbcf60568d66d877a5470eea9e0b17cf1a39fc0e84bb2efeb73f26aa650256e7b3b4e1f7bcb5aaf53bf5ec35d5004089918840e6aa23
|
data/_layouts/home.html
CHANGED
|
@@ -138,7 +138,10 @@
|
|
|
138
138
|
{%- include fileformat/comparisonfiles.html -%}
|
|
139
139
|
</div>
|
|
140
140
|
{%- endif -%}
|
|
141
|
-
|
|
141
|
+
{%- if homeData.USPS -%}
|
|
142
|
+
{%- include /Usp/usp.html -%}
|
|
143
|
+
|
|
144
|
+
{%- endif -%}
|
|
142
145
|
{% include footer/index.html %}
|
|
143
146
|
{% include script.html %}
|
|
144
147
|
</body>
|