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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 36d488483ee5d1b735b86ebc901aae7adb729d7f7ad8f18e8164ca6c986b139f
4
- data.tar.gz: 8889d60e343a560c48a4e6f90494aa74da1ec4651e542a350ec9a5a46dc1076c
3
+ metadata.gz: 65588e3032d192ae700cd9794d32054c936d730b8b7cee11383030f1a2c23e45
4
+ data.tar.gz: 8f18ce4956a9e51b7e90f82396b834e328f6332fcc4cf9342a868046ca4a7f43
5
5
  SHA512:
6
- metadata.gz: f6b8f074625645bf6e4e41380509499f590062091f5e18cdbaacc2466d6f20d4f13ed61c2376de5de2d5c9c67f8e5baabd06d3342fbcbba60565402924e94ef0
7
- data.tar.gz: f2b13a5e654c4462e2da34573ae544cc9b9427ed7825d3a73909ead09f9f80ac19e8436de89fd4134333fc4bc6f2c37470f58935631105f559738dca3c348d59
6
+ metadata.gz: b71a062aa7bf0cfee40c9ab9287fb0e7d713e1d452b1f9298dc83f5efc03cb2fbc6708be004c5df3ff4e7e38a5b6f3b9d334941c10a2ec65c4dec49fffb359a2
7
+ data.tar.gz: bab231bd24c1567f57ac0d33c9fe1116c388ea915d3b9627b5b16f46b3325acb310aa0d0445b61477460437e106785e0579c62f53744a20ebcb212049e158f7d
@@ -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 %} {% include script.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 -%} {%- if site.customCode -%} {%- include customCode.html -%} {%-
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 %} {% include script.html %}
287
+ footer/index.html %} {%- if site.customCode -%} {%- include customCode.html
288
+ -%} {%- endif -%} {% include script.html %}
289
289
  </body>
290
290
  </html>
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: 3.6.5
4
+ version: 3.6.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - vivek-appscms