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: b506b5abe94ff8a53fcfb752a704308a5e404696fdea4553c3e8e2c4d5a02a2d
4
- data.tar.gz: c842c77706561613a16e479c1d9cd108a1173cb1f6cb045921e9fd213da4ed13
3
+ metadata.gz: d9bc8d2d0dcfa8a99de8c5b6162e8956a78069beb959da467228c4dae77a797f
4
+ data.tar.gz: 505a471d422b778f255488bfd60e4fee1fd81026eca0af4d30bde9232408ea2e
5
5
  SHA512:
6
- metadata.gz: 65db7aa3babe09ebc2851b4c007e13b24786393ba2e980cc05da85af324811594bed76bc513af73e4718f9ab023dc8c8a004b7baaf0e39b3d5b663357df1291e
7
- data.tar.gz: f7cfc686de72f1402d8f6c74bdf1efa70af9bb4bcf5c2cf96fb84f192a859541698b26836d9559181eaa01ca8410ff1d5643cb7e1704cd5dc0c97902c4e78f24
6
+ metadata.gz: e8929222850939b1eb77a71e65d732a13ef5df8273116c3c15ad65d35d19b4a13e62e196e25dd62f980e360cb2be23fdd49337914566a8629a6cf33535b7eb2c
7
+ data.tar.gz: 7384a5d624c29a5435a01f181b8b5d419c02bb9a7e9b59660637b6c79fd528a2a5695c09a3834696138df94ed742fb0950aea2da7bea9c3effa9bbde77c2a520
@@ -1,5 +1,6 @@
1
- {% assign file = page.fileName %} {% assign lang = page.lang %} {% assign folder
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 -%} {%- if
107
- pageData.author.size > 0 -%} {% include
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 -%}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: appscms-tools-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.6.2
4
+ version: 5.6.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - vivek-appscms