appscms-tools-theme 2.5.7 → 2.5.8

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/footer/index.html +6 -0
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f8a55fdcbbf8ad0647ee0134b7d9769f2c0e55f8ed953865a92ab52afa2d2720
4
- data.tar.gz: f379b94b1278208e59c4593ab54dd52ab6a841fdac8e306550fd43e2f7a4ad41
3
+ metadata.gz: 235ec4173f520f3409bab1e2c89d1ec65fdd52e824d1f793bf74c029e8452608
4
+ data.tar.gz: 60febb002f750dcd0c73e92dfb649e8cb34ced7389c98cad79ef6adaa38dc30e
5
5
  SHA512:
6
- metadata.gz: a1c6f0783a0eb6f9a0d7fe3dac325665af70216f4f1d5380372c264d94f4aac2904fd327bde42f215f7efdf8e33462b6b36517525f765324a968373a84600ff0
7
- data.tar.gz: a28f36dca3a2b730aeaf0189509bb89d73975307f0a63d47479863f4de63ab47ffdbbdabc41c8b10304373af3413c5ad23342d470bb7b136741a0a8458cb92db
6
+ metadata.gz: e4634aa810117bc3b7fb5e3ff545cd0fb07f0100eabc3403f586af3ea19b95a121ee19d7a3e84073cfd10b80c7002f521632037afb74b11364d96829b08852f3
7
+ data.tar.gz: 109912e06964b9289b3490a96eb3c3dd2070c05d949c8400c614ad7f49c88f06a3acb1932298b55890973b91d157ec7794dc2fd5a8173fac8d9b8f08883e9cb3
@@ -280,9 +280,15 @@
280
280
  </ul>
281
281
  <ul class="footer-ul">
282
282
  <h2 class="footer-ul-title">{{dataToShow.producttitle | default: 'Product' }}</h2>
283
+ {%- if dataFile.footerProductlinks -%}
284
+ {% for data in dataFile.footerProductlinks %}
285
+ <a class="footer-link" href="{{data.url}}">{{data.name}}</a>
286
+ {% endfor %}
287
+ {%- else -%}
283
288
  {% for data in dataToShow.product %}
284
289
  <a class="footer-link" href="{{data.url}}">{{data.name}}</a>
285
290
  {% endfor %}
291
+ {%- endif -%}
286
292
  </ul>
287
293
  <ul class="footer-ul">
288
294
  <h2 class="footer-ul-title">{{dataToShow.networksitestitle | default: 'Network sites'}}</h2>
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: appscms-tools-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.5.7
4
+ version: 2.5.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - vivek-appscms
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-10-01 00:00:00.000000000 Z
11
+ date: 2022-10-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll