appscms-tools-theme 3.6.5 → 3.6.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_layouts/feature.html +2 -1
- data/_layouts/home.html +3 -3
- 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: 65588e3032d192ae700cd9794d32054c936d730b8b7cee11383030f1a2c23e45
|
4
|
+
data.tar.gz: 8f18ce4956a9e51b7e90f82396b834e328f6332fcc4cf9342a868046ca4a7f43
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b71a062aa7bf0cfee40c9ab9287fb0e7d713e1d452b1f9298dc83f5efc03cb2fbc6708be004c5df3ff4e7e38a5b6f3b9d334941c10a2ec65c4dec49fffb359a2
|
7
|
+
data.tar.gz: bab231bd24c1567f57ac0d33c9fe1116c388ea915d3b9627b5b16f46b3325acb310aa0d0445b61477460437e106785e0579c62f53744a20ebcb212049e158f7d
|
data/_layouts/feature.html
CHANGED
@@ -427,6 +427,7 @@
|
|
427
427
|
customblog/recentposts.html -%} {% endif %} {%- endif -%} {%- if
|
428
428
|
featureData.author.size > 0 -%} {% include
|
429
429
|
featurePageAuthors/featurePageAuthors.html %} {%- endif -%} {% include
|
430
|
-
footer/index.html %} {
|
430
|
+
footer/index.html %} {%- if site.customCode -%} {%- include customCode.html
|
431
|
+
-%} {%- endif -%} {% include script.html %}
|
431
432
|
</body>
|
432
433
|
</html>
|
data/_layouts/home.html
CHANGED
@@ -270,8 +270,7 @@
|
|
270
270
|
<div class="container compare-table">
|
271
271
|
{%- include fileformat/comparisonfiles.html -%}
|
272
272
|
</div>
|
273
|
-
{%- endif -%} {%-
|
274
|
-
endif -%} {%- assign langen = "en" -%} {%- if
|
273
|
+
{%- endif -%} {%- assign langen = "en" -%} {%- if
|
275
274
|
site.data[folder][langen][file].categories -%} {% assign categories=
|
276
275
|
site.data[folder][langen][file].categories %} {%- else -%} {% assign
|
277
276
|
categories= page.categories %} {%- endif -%} {%- if
|
@@ -285,6 +284,7 @@
|
|
285
284
|
customblog/recentposts.html -%} {% endif %} {%- endif -%} {%- if
|
286
285
|
homeData.author.size > 0 -%} {% include
|
287
286
|
featurePageAuthors/featurePageAuthors.html %} {%- endif -%} {% include
|
288
|
-
footer/index.html %} {
|
287
|
+
footer/index.html %} {%- if site.customCode -%} {%- include customCode.html
|
288
|
+
-%} {%- endif -%} {% include script.html %}
|
289
289
|
</body>
|
290
290
|
</html>
|