appscms-tools-theme 3.6.4 → 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: 86bc33c0353544b289f2fd7baab2db563aa15552961c0303711d34912f70289a
4
- data.tar.gz: 82d64b779469e40cbaa5a028bd637736f505311c61c8d1cb937f346df39959e7
3
+ metadata.gz: 65588e3032d192ae700cd9794d32054c936d730b8b7cee11383030f1a2c23e45
4
+ data.tar.gz: 8f18ce4956a9e51b7e90f82396b834e328f6332fcc4cf9342a868046ca4a7f43
5
5
  SHA512:
6
- metadata.gz: c12f37b653e7e2c9fc88c803883b6c8492ea1e1cd81df3e9a1bcce79e073fb9e57c9968620e98f8c0ccb2fda4e07b8af6b5cb04feb29af50cc6d0468bc87c4d2
7
- data.tar.gz: d75371abe015518baec9c8c1c559a170b7cb5ad4b1e5cd8279aaa032b52a035f3b38291db469d2545a36e1c2f8661da5f4d4718ebbd2f1bbaa3051f57fb2bfd5
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>
@@ -67,8 +67,8 @@
67
67
  </div>
68
68
 
69
69
  {%- endif -%} {%- endif -%} {%- if site.userTrackingCount -%} {%- include
70
- userTracking.html -%} {% include footer/index.html %} {% include script.html
71
- %}
70
+ userTracking.html -%} {%- endif -%} {% include footer/index.html %} {%
71
+ include script.html %}
72
72
 
73
73
  <script
74
74
  defer
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.4
4
+ version: 3.6.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - vivek-appscms