appscms-tools-theme 3.6.2 → 3.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: d7f35bc9c5cb4dd196847bc9f0c1d3bf83235373a9b80bfff545a8a8a37d581d
4
- data.tar.gz: 1e92abcb022e971818065118403bc23e4d8aebe6b67917b56bdc68a00c9408e6
3
+ metadata.gz: ba36cc30623afd53e1aada48a46cd8d887e10874b644dd213b081d15b868b4f3
4
+ data.tar.gz: 5dc02b0de6f55fe22b73b3f82389639a8d134276a420e2628fb90e68b241bea6
5
5
  SHA512:
6
- metadata.gz: 31e179985d41c8a673ac99e4036237b6d88989f362ecec2ab28dbad90012434b1e20e148174195063c20c74746e7fa3d5ec43f591c0860dbfcf75be74ecb133d
7
- data.tar.gz: f812b1c05272c5babafe149d0580e910d70b5ca9ec39b2894d5dc215f8ac6e56670f8fac91dfe11b8dd79310121686407dc3e6a3350bf3fedc44e496856d490a
6
+ metadata.gz: 8b4be6551601c6bb33ffac0b060a5e1517ec9d2e8484e480047013ec4b8d0eec4a8f0c1d74fa67a8f3ee433e4af3edf2e3c9d825020226456e8435fad4036372
7
+ data.tar.gz: 8fa603c1a53dfc6246034d4c9e4b93b2329c8171191b1b035669209f00948c6ddc52d732c5385194f094b97725300129d43c01d2d442f333668f0f0ec277fd09
@@ -0,0 +1 @@
1
+ <!-- custom scripts -->
@@ -443,7 +443,8 @@ site.removeJquery != true -%}
443
443
  {%- endif -%}
444
444
 
445
445
  <script defer src="/assets/js/theme.js" crossorigin="anonymous"></script>
446
- {%- if site.userTrackingCount and page.layout == "feature" -%}
446
+ {%- if site.userTrackingCount -%} {%- include customScripts.html -%} {%- endif
447
+ -%} {%- if site.userTrackingCount and page.layout == "feature" -%}
447
448
  <script defer src="/assets/js/usageTracking.js"></script>
448
449
  <script defer src="/assets/js/usageTrackingEvents.js"></script>
449
450
  <script defer src="/assets/js/sharePage.js"></script>
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.2
4
+ version: 3.6.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - vivek-appscms
@@ -114,6 +114,7 @@ files:
114
114
  - _includes/bookmark.html
115
115
  - _includes/cssfile/links.html
116
116
  - _includes/custom-head.html
117
+ - _includes/customScripts.html
117
118
  - _includes/customblog/recentposts.html
118
119
  - _includes/customblog/relatedposts.html
119
120
  - _includes/disqus_comments.html