appscms-tools-theme 5.3.7 → 5.3.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.
- checksums.yaml +4 -4
- data/_includes/appscms/head/head.html +3 -5
- data/_includes/appscms/scripts/script.html +3 -2
- data/_includes/head/index.html +3 -3
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 32d3259979b9ad5c20ebc68bec122ae96cc485cfd71a586f46d734ad4562c202
|
|
4
|
+
data.tar.gz: 1ba47937d8d4ba4e9d6bd877bc0b40eea4341742a6590fb7523059b7e849e1a3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fe5d909aec8138eb98a35cce22348f90a2f9cec772720d4ace12170d8e7ac8b9374998b61ca335c1f9c8ece1053bc083fcb76627e89cef6a321f597ed4f1c07e
|
|
7
|
+
data.tar.gz: a72d5b6d0b4914293b46692bc9e41508601c5dc855ad905148b3a415c367232f01cd1e9a69729dda3fc9990de43be1c69d58eb817be1b013ec338783bad9778e
|
|
@@ -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
|
+
|
|
90
91
|
{% if site.adsterra_enabled %}
|
|
91
|
-
<script src="
|
|
92
|
-
{
|
|
92
|
+
<script src="{{ site.footer_script }}"></script>
|
|
93
|
+
{% endif %}
|
data/_includes/head/index.html
CHANGED
|
@@ -401,7 +401,7 @@
|
|
|
401
401
|
{%- endif -%}
|
|
402
402
|
|
|
403
403
|
{% if site.adsterra_enabled %}
|
|
404
|
-
<script src="
|
|
405
|
-
{
|
|
406
|
-
|
|
404
|
+
<script src="{{ site.adsterra_head_script }}"></script>
|
|
405
|
+
{% endif %}
|
|
406
|
+
|
|
407
407
|
</head>
|