appscms-tools-theme 3.7.5 → 3.7.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 +7 -6
- 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: 50083eb525fbc00faa00978e4842278bb57152efd45946df75a4fa617f780a3b
|
4
|
+
data.tar.gz: 4888bbbec66ab671d9487e742a3c3078ea81bf12f1faa66d4fb4882320c017ea
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7cd407bb5cdfeeafa7d5ef34bef4f6926b3f3ce32cf57aa5a90f8d41cf985ee05d81e5bfaabb583f467669b6cc1e0ea90779f95a73c226ea054f98cc095a6fe5
|
7
|
+
data.tar.gz: e55f2c6dd672f801ab800367e201cf532530ec518b56a0afad35edf296db06d59122445b4d4219d4a5cb8ac988d8f07f3e4f5927c3904d55e0986dc3a87b6a76
|
data/_layouts/feature.html
CHANGED
@@ -419,12 +419,13 @@
|
|
419
419
|
categories= page.categories %} {%- endif -%} {%- if
|
420
420
|
site.data[folder][langen][file].tags -%} {% assign tags=
|
421
421
|
site.data[folder][langen][file].tags %} {%- else -%} {% assign tags=
|
422
|
-
page.tags %} {%- endif -%} {%- if
|
423
|
-
|
424
|
-
|
425
|
-
|
426
|
-
|
427
|
-
|
422
|
+
page.tags %} {%- endif -%} {%- if featureData.posts.size > 0 -%} {%- include
|
423
|
+
customblog/pageRelatedPosts.html -%} {%- else -%} {%- if categories.size > 0
|
424
|
+
or tags.size > 0 -%} {%- include section/related_categories_post.html -%}
|
425
|
+
{%- else -%} {%- include section/recent_posts.html -%} {%- endif -%} {%-
|
426
|
+
endif -%} {%- if site.customblogdata -%} {%- if categories.size> 0 or
|
427
|
+
tags.size>0-%} {%- include customblog/relatedposts.html -%} {%- else -%} {%-
|
428
|
+
include customblog/recentposts.html -%} {% endif %} {%- endif -%} {%- if
|
428
429
|
featureData.author.size > 0 -%} {% include
|
429
430
|
featurePageAuthors/featurePageAuthors.html %} {%- endif -%} {% include
|
430
431
|
footer/index.html %} {%- if site.customCode -%} {%- include customCode.html
|