appscms-tools-theme 5.6.2 → 5.6.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d9bc8d2d0dcfa8a99de8c5b6162e8956a78069beb959da467228c4dae77a797f
|
|
4
|
+
data.tar.gz: 505a471d422b778f255488bfd60e4fee1fd81026eca0af4d30bde9232408ea2e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e8929222850939b1eb77a71e65d732a13ef5df8273116c3c15ad65d35d19b4a13e62e196e25dd62f980e360cb2be23fdd49337914566a8629a6cf33535b7eb2c
|
|
7
|
+
data.tar.gz: 7384a5d624c29a5435a01f181b8b5d419c02bb9a7e9b59660637b6c79fd528a2a5695c09a3834696138df94ed742fb0950aea2da7bea9c3effa9bbde77c2a520
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
{% assign file = page.fileName %} {% assign lang =
|
|
1
|
+
{% assign file = page.fileName %} {% assign lang = "en" %} {% assign folder
|
|
2
2
|
= page.folderName %} {% assign featureData= site.data[folder][lang][file] %}
|
|
3
|
+
{%- if featureData.author or featureData.contributors.size > 0 -%}
|
|
3
4
|
<section class="authors-list">
|
|
4
5
|
<div class="container">
|
|
5
6
|
<div class="row">
|
|
@@ -84,3 +85,4 @@
|
|
|
84
85
|
</div>
|
|
85
86
|
</div>
|
|
86
87
|
</section>
|
|
88
|
+
{%- endif -%}
|
|
@@ -103,9 +103,8 @@ assign boxColor = site.data[page.folderName][page.lang][page.fileName].color -%}
|
|
|
103
103
|
-%} {%- if site.customblogdata -%} {%- if categories.size> 0 or
|
|
104
104
|
tags.size>0-%} {%- include appscms/customblog/relatedposts.html -%} {%- else
|
|
105
105
|
-%} {%- include appscms/customblog/recentposts.html -%} {% endif %} {%-
|
|
106
|
-
endif -%} {%- include appscms/extras/ratings.html -%}
|
|
107
|
-
|
|
108
|
-
appscms/featurePageAuthors/featurePageAuthors.html %} {%- endif -%} {%-
|
|
106
|
+
endif -%} {%- include appscms/extras/ratings.html -%} {% include
|
|
107
|
+
appscms/featurePageAuthors/featurePageAuthors.html %} {%-
|
|
109
108
|
include appscms/footer/products.html -%} {%- include
|
|
110
109
|
internationalization-section.html -%}{%- include appscms/footer/footer.html
|
|
111
110
|
-%} {%- if site.customCode -%} {%- include customCode.html -%}{%- endif -%}
|