word-games-theme 1.3.7 → 1.4.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/Monumetric/Monumetric.html +4 -3
- data/_includes/custom-head.html +0 -2
- data/_includes/head/index.html +0 -5
- data/_includes/section/commonPage.html +11 -6
- data/_layouts/wordMeaning.html +1 -1
- data/assets/css/blog.css +10 -10
- data/assets/css/style.css +10 -10
- 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: 0745c4b5b421798ee6cb95653187e018f6ab4baf088fe638ddbbd096033bbe97
|
4
|
+
data.tar.gz: 999d1e7a3c7596d581a3515f243e330a01ef7516a68f400db3b5c9e2fd01acc7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8f57c3bc2f7b74da1fdb269a74101b94389c8e8e446e9cb149d8cbc5a9ea8d7c249746257e7322dcea21fb8d8901203426867a49090c6cf62fde2d4a4c12235a
|
7
|
+
data.tar.gz: '0486938ff0d4ed199f12df78231ad582b65748e534ae6e09f37a89144631743dffc4b593246f4f96bbb1b22159f37204e5c6a50a5fbbbf6883795465af3cc083'
|
@@ -1,5 +1,5 @@
|
|
1
1
|
{% if jekyll.environment == 'production' and site.MonumetricID %}
|
2
|
-
|
2
|
+
<script>
|
3
3
|
const autoLoadDuration = 5; //In Seconds
|
4
4
|
const eventList = ["keydown", "mousemove", "wheel", "touchmove", "touchstart", "touchend"];
|
5
5
|
|
@@ -23,10 +23,11 @@
|
|
23
23
|
});
|
24
24
|
}
|
25
25
|
</script>
|
26
|
+
<script type="text/javascript" defer delay="{{site.MonumetricID}}" data-cfasync="false"></script>
|
26
27
|
{% endif %}
|
27
28
|
|
28
29
|
{% if jekyll.environment == 'development' and site.MonumetricID %}
|
29
|
-
|
30
|
+
<script>
|
30
31
|
const autoLoadDuration = 5; //In Seconds
|
31
32
|
const eventList = ["keydown", "mousemove", "wheel", "touchmove", "touchstart", "touchend"];
|
32
33
|
|
@@ -50,5 +51,5 @@
|
|
50
51
|
});
|
51
52
|
}
|
52
53
|
</script>
|
53
|
-
<script type="text/javascript" delay="{{site.MonumetricID}}"></script>
|
54
|
+
<script type="text/javascript" delay="{{site.MonumetricID}}"></script>
|
54
55
|
{% endif %}
|
data/_includes/custom-head.html
CHANGED
data/_includes/head/index.html
CHANGED
@@ -15,13 +15,7 @@
|
|
15
15
|
<img src="{{ site.favicon | relative_url }}" alt="{{site.name}}" style="width:35px; height:35px;">
|
16
16
|
</a>
|
17
17
|
|
18
|
-
<!-- Ezoic - sidebar_floating_1 - sidebar_floating_1 -->
|
19
|
-
<div id="ezoic-pub-ad-placeholder-109"> </div>
|
20
|
-
<!-- End Ezoic - sidebar_floating_1 - sidebar_floating_1 -->
|
21
18
|
|
22
|
-
<!-- Ezoic - sidebar_floating_2 - sidebar_floating_2 -->
|
23
|
-
<div id="ezoic-pub-ad-placeholder-110"> </div>
|
24
|
-
<!-- End Ezoic - sidebar_floating_2 - sidebar_floating_2 -->
|
25
19
|
|
26
20
|
{%- if site.MonumetricID -%}
|
27
21
|
|
@@ -159,6 +153,17 @@
|
|
159
153
|
</div>
|
160
154
|
</nav>
|
161
155
|
<!-- </header> -->
|
156
|
+
|
157
|
+
<!-- Ezoic - sidebar_floating_1 - sidebar_floating_1 -->
|
158
|
+
<div id="ezoic-pub-ad-placeholder-109"> </div>
|
159
|
+
<!-- End Ezoic - sidebar_floating_1 - sidebar_floating_1 -->
|
160
|
+
|
161
|
+
<!-- Ezoic - sidebar_floating_2 - sidebar_floating_2 -->
|
162
|
+
<div id="ezoic-pub-ad-placeholder-110"> </div>
|
163
|
+
<!-- End Ezoic - sidebar_floating_2 - sidebar_floating_2 -->
|
164
|
+
|
165
|
+
|
166
|
+
|
162
167
|
<div class="container" id="containerWd">
|
163
168
|
{%- if page.layout == "page2" -%}
|
164
169
|
|
data/_layouts/wordMeaning.html
CHANGED
data/assets/css/blog.css
CHANGED
@@ -572,20 +572,20 @@ header {
|
|
572
572
|
|
573
573
|
|
574
574
|
/* for ezoic ads css */
|
575
|
-
|
576
|
-
position:
|
577
|
-
left: 0;
|
578
|
-
width: 170px;
|
579
|
-
height: 100vh;
|
575
|
+
#ezoic-pub-ad-placeholder-109 {
|
576
|
+
position: absolute;
|
580
577
|
top: 60px;
|
578
|
+
left: 0;
|
581
579
|
z-index: 99999;
|
580
|
+
width: 160px;
|
581
|
+
height: 100vh;
|
582
582
|
}
|
583
583
|
|
584
584
|
#ezoic-pub-ad-placeholder-110 {
|
585
|
-
position:
|
586
|
-
right: 0;
|
587
|
-
width: 170px;
|
588
|
-
height: 100vh;
|
585
|
+
position: absolute;
|
589
586
|
top: 60px;
|
587
|
+
right: 0;
|
590
588
|
z-index: 99999;
|
591
|
-
|
589
|
+
width: 160px;
|
590
|
+
height: 100vh;
|
591
|
+
}
|
data/assets/css/style.css
CHANGED
@@ -583,20 +583,20 @@ header {
|
|
583
583
|
|
584
584
|
|
585
585
|
/* for ezoic ads css */
|
586
|
-
|
587
|
-
position:
|
586
|
+
#ezoic-pub-ad-placeholder-109 {
|
587
|
+
position: absolute;
|
588
|
+
top: 60px;
|
588
589
|
left: 0;
|
589
|
-
width: 170px;
|
590
|
-
height: 100vh;
|
591
|
-
top: 65px;
|
592
590
|
z-index: 99999;
|
591
|
+
width: 160px;
|
592
|
+
height: 100vh;
|
593
593
|
}
|
594
594
|
|
595
595
|
#ezoic-pub-ad-placeholder-110 {
|
596
|
-
position:
|
596
|
+
position: absolute;
|
597
|
+
top: 60px;
|
597
598
|
right: 0;
|
598
|
-
width: 170px;
|
599
|
-
height: 100vh;
|
600
|
-
top: 65px;
|
601
599
|
z-index: 99999;
|
602
|
-
|
600
|
+
width: 160px;
|
601
|
+
height: 100vh;
|
602
|
+
}
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: word-games-theme
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.4.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- manpreet-appscms
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-09-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|