word-games-theme 0.2.7 → 0.2.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_layouts/post.html +67 -53
- data/assets/css/blog.css +21 -5
- 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: 52d3a5c8cd2c5b9554726cc04baa128186283a2afcfd51213fe554d05439d6fb
|
4
|
+
data.tar.gz: 83f1e6565f67c9fd55e3e1d833a23c2659ba2bf2f20b9e2324c12fafdd12fdc1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 98e4f1f384c473c76459dc6ab9996db2465cfe9d4e743c3afd92fbd8129f30f539efe3771773d3676a105dbc0b66957146eea562d24c8610e645354a832b4664
|
7
|
+
data.tar.gz: 78ff33e49b0e856f75c3821aeacff05f8aa3e70ec9e5930919075d230f2a96139ebe96346b6a2118fbd86b2fea28dfcf10f59c6a75f1ee3e211a809b5b3ef708
|
data/_layouts/post.html
CHANGED
@@ -4,8 +4,14 @@
|
|
4
4
|
|
5
5
|
|
6
6
|
<style>
|
7
|
-
|
7
|
+
p {
|
8
|
+
margin-bottom: 3rem;
|
9
|
+
}
|
10
|
+
|
11
|
+
.mainThings {
|
8
12
|
padding-left: 40px;
|
13
|
+
position: sticky;
|
14
|
+
top: 80px;
|
9
15
|
}
|
10
16
|
|
11
17
|
.theseFeatures .featureLink:hover {
|
@@ -16,6 +22,8 @@
|
|
16
22
|
.theseFeatures {
|
17
23
|
text-align: center !important;
|
18
24
|
padding-left: 0;
|
25
|
+
position: static;
|
26
|
+
top: auto;
|
19
27
|
}
|
20
28
|
|
21
29
|
}
|
@@ -31,31 +39,6 @@
|
|
31
39
|
</div>
|
32
40
|
</div>
|
33
41
|
<div class="row mt-5">
|
34
|
-
<div class="col-md-2">
|
35
|
-
<div class="socialIons">
|
36
|
-
<ul class="list-unstyled item-lists2">
|
37
|
-
<li><a style="pointer-events: none;">{{ site.data.blog.share.label }}</a></li>
|
38
|
-
{% capture title %}{{ page.title }}{% endcapture %}
|
39
|
-
{% assign url = page.url | relative_url | prepend: site.url %}
|
40
|
-
{% for share in site.data.blog.share.platforms %}
|
41
|
-
{% assign link = share.link | replace: 'TITLE', title | replace: 'URL', url %}
|
42
|
-
<li> <a href=" {{ link }}" data-toggle="tooltip"
|
43
|
-
onclick="window.open(this.href, 'pop-up', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;"
|
44
|
-
data-placement="top" title="{{ share.type }}" aria-label="{{ share.type }}">
|
45
|
-
<img src="{{ share.icon }}" class="mb-0 py-1" style="width: 18px"></img>
|
46
|
-
</a>
|
47
|
-
</li>
|
48
|
-
{% endfor %}
|
49
|
-
</span>
|
50
|
-
</ul>
|
51
|
-
<div class="sep"></div>
|
52
|
-
<div class="comments-count">
|
53
|
-
<a href="{{ content.absolute_url }}#disqus_thread" class="comment_count"></a>
|
54
|
-
</div>
|
55
|
-
</ul>
|
56
|
-
</div>
|
57
|
-
</div>
|
58
|
-
|
59
42
|
<div class="col-md-8">
|
60
43
|
{%- include authors/authors.html -%}
|
61
44
|
{%- include postauthorbio.html -%}
|
@@ -67,45 +50,76 @@
|
|
67
50
|
</div>
|
68
51
|
|
69
52
|
{%- include paginationPostPage.html -%}
|
53
|
+
</div>
|
54
|
+
<div class="col-md-4">
|
55
|
+
<div class="mainThings">
|
56
|
+
<div class="socialIons">
|
57
|
+
<ul class="list-unstyled item-lists2">
|
58
|
+
<li><a style="pointer-events: none;">{{ site.data.blog.share.label }}</a></li>
|
59
|
+
{% capture title %}{{ page.title }}{% endcapture %}
|
60
|
+
{% assign url = page.url | relative_url | prepend: site.url %}
|
61
|
+
{% for share in site.data.blog.share.platforms %}
|
62
|
+
{% assign link = share.link | replace: 'TITLE', title | replace: 'URL', url %}
|
63
|
+
<li> <a href=" {{ link }}" data-toggle="tooltip"
|
64
|
+
onclick="window.open(this.href, 'pop-up', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;"
|
65
|
+
data-placement="top" title="{{ share.type }}" aria-label="{{ share.type }}">
|
66
|
+
<img src="{{ share.icon }}" class="mb-0 py-1" style="width: 18px"></img>
|
67
|
+
</a>
|
68
|
+
</li>
|
69
|
+
{% endfor %}
|
70
|
+
</span>
|
71
|
+
</ul>
|
72
|
+
<!-- <div class="sep"></div> -->
|
73
|
+
<div class="comments-count">
|
74
|
+
<a href="{{ content.absolute_url }}#disqus_thread" class="comment_count"></a>
|
75
|
+
</div>
|
76
|
+
</ul>
|
77
|
+
</div>
|
78
|
+
|
79
|
+
<div class="theseFeatures">
|
80
|
+
{%- if page.URLS -%}
|
81
|
+
<h3 class="font-weight-bolder">Checkout out these features</h3>
|
82
|
+
<br>
|
83
|
+
{%- for item in page.URLS -%}
|
84
|
+
<p class="mb-3"> <a class="featureLink" style="font-size: 13px"
|
85
|
+
href="{{item.url}}">{{item.name}}</a></p>
|
86
|
+
{%- endfor -%}
|
87
|
+
{% else %}
|
88
|
+
<h3 class="font-weight-bolder">Checkout out these features</h3>
|
89
|
+
<br>
|
90
|
+
{%- for item in site.pages limit: 10 -%}
|
91
|
+
{%- if item.tool != "wordfinders" and item.tool != 'wordswithletter' and item.tool != '
|
92
|
+
word-scramble-help' and item.tool != 'wordfinders' and item.tool != "wordscramblers" and
|
93
|
+
item.tool
|
94
|
+
!= 'wordunscramblerss' -%}
|
70
95
|
|
96
|
+
<p class="mb-3"> <a class="featureLink" style="font-size: 13px"
|
97
|
+
href="/{{item.permalink }}">{{item.permalink
|
98
|
+
|
|
99
|
+
capitalize |
|
100
|
+
replace: '-', ' '
|
101
|
+
}}</a></p>
|
102
|
+
{%- endif -%}
|
103
|
+
{%- endfor -%}
|
104
|
+
{%- endif -%}
|
105
|
+
|
106
|
+
</div>
|
107
|
+
</div>
|
108
|
+
</div>
|
109
|
+
<div class="col-md-12">
|
71
110
|
{%- if page.categories or page.tags-%}
|
72
111
|
{%- include section/related_categories_post.html -%}
|
73
112
|
{%- else -%}
|
74
113
|
{%- include section/recent_posts.html -%}
|
75
114
|
{% endif %}
|
76
|
-
<div class="commentsection">
|
115
|
+
<div class="commentsection my-5">
|
77
116
|
{%- if site.disqus.shortname -%}
|
78
117
|
{%- include disqus_comments.html -%}
|
79
118
|
{%- endif -%}
|
80
119
|
</div>
|
81
|
-
|
82
|
-
</div>
|
83
|
-
|
84
|
-
<div class="col-md-2 theseFeatures">
|
85
|
-
{%- if page.URLS -%}
|
86
|
-
<h6 class="font-weight-bolder">Checkout out these features</h6>
|
87
|
-
<br>
|
88
|
-
{%- for item in page.URLS -%}
|
89
|
-
<p> <a class="featureLink" style="font-size: 11px" href="{{item.url}}">{{item.name}}</a></p>
|
90
|
-
{%- endfor -%}
|
91
|
-
{% else %}
|
92
|
-
<h5 class="font-weight-bolder">Checkout out these features</h5>
|
93
|
-
<br>
|
94
|
-
{%- for item in site.pages limit: 10 -%}
|
95
|
-
{%- if item.tool != "wordfinders" and item.tool != 'wordswithletter' and item.tool != '
|
96
|
-
word-scramble-help' and item.tool != 'wordfinders' and item.tool != "wordscramblers" and item.tool
|
97
|
-
!= 'wordunscramblerss' -%}
|
98
|
-
|
99
|
-
<p> <a class="featureLink" style="font-size: 11px" href="/{{item.permalink }}">{{item.permalink |
|
100
|
-
capitalize |
|
101
|
-
replace: '-', ' '
|
102
|
-
}}</a></p>
|
103
|
-
{%- endif -%}
|
104
|
-
{%- endfor -%}
|
105
|
-
{%- endif -%}
|
106
|
-
|
107
120
|
</div>
|
108
121
|
</div>
|
122
|
+
</div>
|
109
123
|
</section>
|
110
124
|
{%- include section/count.html -%}
|
111
125
|
{%- include section/alertbar.html -%}
|
data/assets/css/blog.css
CHANGED
@@ -252,15 +252,14 @@ header {
|
|
252
252
|
font-size: 20px;
|
253
253
|
}
|
254
254
|
|
255
|
-
.socialIons {
|
256
|
-
position: sticky;
|
257
|
-
top: 100px;
|
258
|
-
}
|
259
255
|
.socialIons > .item-lists2 {
|
260
256
|
display: flex;
|
261
|
-
flex-direction: column;
|
257
|
+
/* flex-direction: column; */
|
262
258
|
width: 100%;
|
263
259
|
}
|
260
|
+
.socialIons > .item-lists2 > li:nth-child(1) {
|
261
|
+
margin: 0;
|
262
|
+
}
|
264
263
|
.socialIons > .item-lists2 > li {
|
265
264
|
list-style: none;
|
266
265
|
padding: 8px 0px;
|
@@ -408,6 +407,20 @@ header {
|
|
408
407
|
}
|
409
408
|
|
410
409
|
/* recent post heading stlye */
|
410
|
+
.related_post_heading {
|
411
|
+
width: 100%;
|
412
|
+
font-size: 35px;
|
413
|
+
/* text-align: center; */
|
414
|
+
font-weight: 800;
|
415
|
+
font-stretch: normal;
|
416
|
+
font-style: normal;
|
417
|
+
line-height: 1.24;
|
418
|
+
letter-spacing: normal;
|
419
|
+
color: #11304e;
|
420
|
+
margin-bottom: 15px;
|
421
|
+
padding-top: 75px;
|
422
|
+
display: inline-block;
|
423
|
+
}
|
411
424
|
.recent_post_heading {
|
412
425
|
width: 100%;
|
413
426
|
font-size: 46px;
|
@@ -427,6 +440,9 @@ header {
|
|
427
440
|
.bd-search {
|
428
441
|
padding: 10px 25px;
|
429
442
|
}
|
443
|
+
.socialIons > .item-lists2 {
|
444
|
+
justify-content: center;
|
445
|
+
}
|
430
446
|
}
|
431
447
|
|
432
448
|
@media (max-width: 768px) {
|