appscms-tools-theme 5.3.7 → 5.3.9
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 +4 -4
- data/_includes/adstera_ads.html +1 -8
- data/_includes/appscms/head/head.html +3 -5
- data/_includes/appscms/scripts/script.html +4 -3
- data/_includes/head/index.html +4 -4
- data/_layouts/feature-1.html +22 -4
- data/_layouts/feature-download.html +5 -0
- data/_layouts/home-1.html +12 -4
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 32c3bbbc1679b6d62991152c20752c3f280b5e440064fdf05d1c402b152208f1
|
|
4
|
+
data.tar.gz: 4f436e82b3f457c699113b4a03c75c6997a186551b7a7547f69a491a3a99683c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f11debc00f8eb3c0a489f50c517c1b6738c5430e348229fc02e3ba45d2981975b5676f0ec27470d5978e6ba2898ab40d85df22e211d14294eda27b59f8614dc0
|
|
7
|
+
data.tar.gz: 88ac2ad64e0b2c0400d436c5feb88ed680d89c807fbd9e57523bc7db3d2d562cdf760fc473a0f99719c440fe25baeb2695bc7900d29ca1d45ddc38721c353a4f
|
data/_includes/adstera_ads.html
CHANGED
|
@@ -1,8 +1 @@
|
|
|
1
|
-
|
|
2
|
-
<div class="container">
|
|
3
|
-
<div class="col-md-10 mx-auto mb-5">
|
|
4
|
-
<script async="async" data-cfasync="false" src="https://pl29135409.profitablecpmratenetwork.com/af8e200646b63440856d2b6560b484a7/invoke.js"></script>
|
|
5
|
-
<div id="container-af8e200646b63440856d2b6560b484a7"></div>
|
|
6
|
-
</div>
|
|
7
|
-
</div>
|
|
8
|
-
</div>
|
|
1
|
+
<!-- test ads -->
|
|
@@ -378,15 +378,13 @@
|
|
|
378
378
|
<script src="https://quge5.com/88/tag.min.js" data-zone="229053" async data-cfasync="false"></script>
|
|
379
379
|
{%- endif -%}
|
|
380
380
|
|
|
381
|
-
|
|
382
381
|
{% if jekyll.environment == 'production' and site.monetag_enabled %}
|
|
383
382
|
<script src="https://quge5.com/88/tag.min.js" data-zone="229067" async data-cfasync="false"></script>
|
|
384
383
|
{%- endif -%}
|
|
385
384
|
|
|
386
|
-
{% if
|
|
387
|
-
<script src="
|
|
388
|
-
{
|
|
389
|
-
|
|
385
|
+
{% if site.adsterra.enabled %}
|
|
386
|
+
<script src="{{ site.adsterra_head_script }}"></script>
|
|
387
|
+
{% endif %}
|
|
390
388
|
|
|
391
389
|
|
|
392
390
|
</head>
|
|
@@ -87,6 +87,7 @@ if page.layout == "appscms-feature" -%}
|
|
|
87
87
|
<script src="/js/ai-image.generator.js"></script>
|
|
88
88
|
{%- endif -%}
|
|
89
89
|
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
{
|
|
90
|
+
|
|
91
|
+
{% if site.adsterra.enabled %}
|
|
92
|
+
<script src="{{ site.footer_script }}"></script>
|
|
93
|
+
{% endif %}
|
data/_includes/head/index.html
CHANGED
|
@@ -400,8 +400,8 @@
|
|
|
400
400
|
<script src="https://quge5.com/88/tag.min.js" data-zone="229067" async data-cfasync="false"></script>
|
|
401
401
|
{%- endif -%}
|
|
402
402
|
|
|
403
|
-
{% if site.
|
|
404
|
-
<script src="
|
|
405
|
-
{
|
|
406
|
-
|
|
403
|
+
{% if site.adsterra.enabled %}
|
|
404
|
+
<script src="{{ site.adsterra_head_script }}"></script>
|
|
405
|
+
{% endif %}
|
|
406
|
+
|
|
407
407
|
</head>
|
data/_layouts/feature-1.html
CHANGED
|
@@ -11,8 +11,10 @@
|
|
|
11
11
|
<div class="flex-container feature1-flex-container">
|
|
12
12
|
<div class="flex-class py-4 mt-md-0">
|
|
13
13
|
|
|
14
|
+
{%- include /ads/banner.html -%}
|
|
15
|
+
{%- include /ads/sidebar_left.html -%}
|
|
16
|
+
{%- include /ads/sidebar_right.html -%}
|
|
14
17
|
|
|
15
|
-
{%- include adstera_ads.html -%}
|
|
16
18
|
|
|
17
19
|
<div id="h1-img-wrapper" class="d-flex justify-content-center align-items-center">
|
|
18
20
|
{%- assign featureh1 = featureData.H1 | replace: "$variable",
|
|
@@ -31,7 +33,7 @@
|
|
|
31
33
|
</div>
|
|
32
34
|
</div>
|
|
33
35
|
|
|
34
|
-
|
|
36
|
+
|
|
35
37
|
|
|
36
38
|
{%- if site.noFeatureBox == true -%}
|
|
37
39
|
<div class="feature-content-box" id="theme-content-box">{{content}}</div>
|
|
@@ -164,7 +166,10 @@
|
|
|
164
166
|
{%- endif -%}
|
|
165
167
|
</div>
|
|
166
168
|
</div>
|
|
167
|
-
{%- endif -%} {%- endif -%}
|
|
169
|
+
{%- endif -%} {%- endif -%}
|
|
170
|
+
|
|
171
|
+
{%- include /ads/banner.html -%}
|
|
172
|
+
{%- if featureData.TEXTUAL_CONTENT -%}
|
|
168
173
|
<div class="container mt-4 mb-5">
|
|
169
174
|
<div class="row px-0">
|
|
170
175
|
<div class="col-md-12 mx-auto">
|
|
@@ -182,6 +187,7 @@
|
|
|
182
187
|
</div>
|
|
183
188
|
{% endfor %}
|
|
184
189
|
</div>
|
|
190
|
+
{%- include /ads/banner.html -%}
|
|
185
191
|
</div>
|
|
186
192
|
</div>
|
|
187
193
|
</div>
|
|
@@ -278,7 +284,10 @@
|
|
|
278
284
|
</div>
|
|
279
285
|
</section>
|
|
280
286
|
{%- endif -%} {%- endif -%} {%- include share/socialshare.html -%} {%-
|
|
281
|
-
include Rating/rating.html -%}
|
|
287
|
+
include Rating/rating.html -%}
|
|
288
|
+
|
|
289
|
+
{%- include /ads/banner.html -%}
|
|
290
|
+
{%- if featureData.infographics.size > 0 -%}
|
|
282
291
|
{%- include infographics/infographics.html -%} {%- endif -%} {%- include
|
|
283
292
|
appscms/reviews/trustpilot.html -%} {%- assign langen = "en" -%} {%- if
|
|
284
293
|
site.data[folder][langen][file].categories -%} {% assign categories=
|
|
@@ -294,10 +303,19 @@
|
|
|
294
303
|
tags.size>0-%} {%- include customblog/relatedposts.html -%} {%- else -%} {%-
|
|
295
304
|
include customblog/recentposts.html -%} {% endif %} {%- endif -%}
|
|
296
305
|
|
|
306
|
+
|
|
307
|
+
<div class="container">
|
|
308
|
+
<div class="row">
|
|
309
|
+
<div class="col-md-10 mx-auto">
|
|
310
|
+
{%- include /ads/native_banner.html -%}
|
|
311
|
+
</div>
|
|
312
|
+
</div>
|
|
313
|
+
</div>
|
|
297
314
|
{%- if pageData.author.size > 0 -%}
|
|
298
315
|
{% include appscms/featurePageAuthors/featurePageAuthors.html %}
|
|
299
316
|
{%- endif -%}
|
|
300
317
|
|
|
318
|
+
{%- include /ads/banner.html -%}
|
|
301
319
|
{% include
|
|
302
320
|
footer/index.html %} {% include script.html %}
|
|
303
321
|
</body>
|
|
@@ -17,6 +17,9 @@
|
|
|
17
17
|
<div class="row">
|
|
18
18
|
<div class="col-md-9 mx-auto">
|
|
19
19
|
{%- endif -%}
|
|
20
|
+
{%- include /ads/banner.html -%}
|
|
21
|
+
{%- include /ads/sidebar_left.html -%}
|
|
22
|
+
{%- include /ads/sidebar_right.html -%}
|
|
20
23
|
<div class="download-section">
|
|
21
24
|
<div class="row">
|
|
22
25
|
<div class="col-md-12 px-0">
|
|
@@ -307,7 +310,9 @@
|
|
|
307
310
|
</div>
|
|
308
311
|
</div>
|
|
309
312
|
{%- endif -%}
|
|
313
|
+
{%- include /ads/native_banner.html -%}
|
|
310
314
|
{% include footer/index.html %}
|
|
315
|
+
{%- include /ads/banner.html -%}
|
|
311
316
|
{% include script.html %}
|
|
312
317
|
|
|
313
318
|
</body>
|
data/_layouts/home-1.html
CHANGED
|
@@ -53,7 +53,13 @@ assign boxColor = site.data[page.folderName][page.lang][page.fileName].color -%}
|
|
|
53
53
|
|
|
54
54
|
<div class="flex-container mb-1">
|
|
55
55
|
<div class="flex-class py-5">
|
|
56
|
-
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
{%- include /ads/banner.html -%}
|
|
59
|
+
|
|
60
|
+
{%- include /ads/sidebar_left.html -%}
|
|
61
|
+
{%- include /ads/sidebar_right.html -%}
|
|
62
|
+
|
|
57
63
|
|
|
58
64
|
|
|
59
65
|
|
|
@@ -154,8 +160,6 @@ assign boxColor = site.data[page.folderName][page.lang][page.fileName].color -%}
|
|
|
154
160
|
</div>
|
|
155
161
|
{%- endif -%}
|
|
156
162
|
|
|
157
|
-
{%- include adstera_ads.html -%}
|
|
158
|
-
|
|
159
163
|
|
|
160
164
|
<div class="home-content-box" id="theme-content-box">{{content}}</div>
|
|
161
165
|
|
|
@@ -266,7 +270,11 @@ assign boxColor = site.data[page.folderName][page.lang][page.fileName].color -%}
|
|
|
266
270
|
{%- endif -%} {%- endif -%}
|
|
267
271
|
|
|
268
272
|
{%- include appscms/reviews/trustpilot.html -%}
|
|
269
|
-
{%- include Rating/rating.html -%} {% include footer/index.html %}
|
|
273
|
+
{%- include Rating/rating.html -%} {% include footer/index.html %}
|
|
274
|
+
|
|
275
|
+
|
|
276
|
+
{%- include /ads/banner.html -%}
|
|
277
|
+
{%-
|
|
270
278
|
include appscms/scripts/script.html -%}
|
|
271
279
|
</body>
|
|
272
280
|
</html>
|
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: 5.3.
|
|
4
|
+
version: 5.3.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- vivek-appscms
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-04-
|
|
11
|
+
date: 2026-04-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|