word-games-theme 1.9.5 → 1.9.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -17,6 +17,7 @@
17
17
  text-align: center;
18
18
  margin: 0;
19
19
  }
20
+
20
21
  .about-h2 {
21
22
  line-height: 30px;
22
23
  font-stretch: 400;
@@ -25,10 +26,11 @@
25
26
  color: rgba(33, 33, 33, 1);
26
27
  text-align: center;
27
28
  margin: 0;
28
- }
29
- p{
30
- font-size: 15px;
31
- }
29
+ }
30
+
31
+ p {
32
+ font-size: 15px;
33
+ }
32
34
 
33
35
  .feature-card-title,
34
36
  .faq-question,
@@ -61,18 +63,18 @@ p{
61
63
  <body>
62
64
  {% include header/index.html %}
63
65
  <div class="container py-5 about_layout">
64
- {%- if site.monumetricId and page.url != '/' and page.lang == "en" -%}
66
+ {%- if site.ezoicAds and page.url != '/' and page.lang == "en" -%}
65
67
  <div class="row">
66
68
  <div class="col-md-9 mx-auto">
67
69
  {%- endif -%}
68
70
  <h1 class="about-h1 py-2">About us</h1>
69
71
  <h2 class="about-h2"> Welcome to {{ page.companyName}}</h2>
70
- <p class="about-para pt-4 text-left">We are here to help you. Ping us your queries at care@{{
72
+ <p class="about-para pt-4 text-center">We are here to help you. Ping us your queries at care@{{
71
73
  page.companyName}}.{{page.domain}}</p>
72
74
  <div>
73
75
  {{content}}
74
76
  </div>
75
- {%- if site.monumetricId and page.url != '/' and page.lang == "en" -%}
77
+ {%- if site.ezoicAds and page.url != '/' and page.lang == "en" -%}
76
78
  </div>
77
79
  </div>
78
80
  {%- endif -%}
@@ -91,43 +93,59 @@ p{
91
93
 
92
94
  <div class="container mt-4 mb-5">
93
95
  <div class="row px-0 mx-auto text-center">
94
- <div class="col-md-4 my-4">
95
- <img class="feature-card-img" src="/assets/images/star.svg" loading="lazy" height="48px" width="48px"
96
- alt="{{data.header}}" {%- if site.crossorigin -%} crossorigin {%- endif -%} />
97
- <div class="feature-card-title">Features</div>
98
- <div class="feature-card-desc">Our website currently has
99
- <a class="highlight_style" href="{{site.url}}/sitemap.xml">{{ site.pages |
100
- size }} features</a>
96
+ {%- if site.ezoicAds -%}
97
+ {%- assign column = "col-md-6" -%}
98
+ {%- else -%}
99
+ {%- assign column = "col-md-4" -%}
100
+ {%- endif -%}
101
+
102
+ {%- if site.ezoicAds -%}
103
+ <div class="col-md-9 mx-auto">
104
+ <div class="row">
105
+ {%- endif -%}
106
+ <div class="{{column}} my-4">
107
+ <img class="feature-card-img" src="/assets/images/star.svg" loading="lazy" height="48px" width="48px"
108
+ alt="{{data.header}}" {%- if site.crossorigin -%} crossorigin {%- endif -%} />
109
+ <div class="feature-card-title">Features</div>
110
+ <div class="feature-card-desc">Our website currently has
111
+ <a class="highlight_style" href="{{site.url}}/sitemap.xml">{{ site.pages |
112
+ size }} features</a>
113
+ </div>
114
+ </div>
115
+ {%- if site.internationalizationall -%}
116
+ <div class="{{column}} my-4">
117
+ <img class="feature-card-img" src="/assets/images/star.svg" loading="lazy" height="48px" width="48px"
118
+ alt="{{data.header}}" {%- if site.crossorigin -%} crossorigin {%- endif -%} />
119
+ <div class="feature-card-title">Languages Supported</div>
120
+ <div class="feature-card-desc">Our website currently supports 22 languages.</div>
121
+ </div>
122
+ {%- endif -%}
123
+ <div class="{{column}} my-4">
124
+ <img class="feature-card-img" src="/assets/images/star.svg" loading="lazy" height="48px" width="48px"
125
+ alt="{{data.header}}" {%- if site.crossorigin -%} crossorigin {%- endif -%} />
126
+ <div class="feature-card-title">Blog Posts</div>
127
+ <div class="feature-card-desc">We currently have <a class="highlight_style" href="/blog">{{ site.posts |
128
+ size }}
129
+ blog posts</a> on our website.</div>
130
+ </div>
131
+ <div class="{{column}} my-4">
132
+ <img class="feature-card-img" src="/assets/images/star.svg" loading="lazy" height="48px" width="48px"
133
+ alt="{{data.header}}" {%- if site.crossorigin -%} crossorigin {%- endif -%} />
134
+ <div class="feature-card-title">Authors</div>
135
+ <div class="feature-card-desc">We have <a class="highlight_style" href="/authors"> {{ authors.size }}
136
+ authors
137
+ </a> on our website</div>
138
+ </div>
139
+ <div class="{{column}} my-4">
140
+ <img class="feature-card-img" src="/assets/images/star.svg" loading="lazy" height="48px" width="48px"
141
+ alt="{{data.header}}" {%- if site.crossorigin -%} crossorigin {%- endif -%} />
142
+ <div class="feature-card-title">Total Visitors</div>
143
+ <div id="visits" class="feature-card-desc">{{site.totalVisitors}}</div>
144
+ </div>
145
+ {%- if site.ezoicAds -%}
101
146
  </div>
102
147
  </div>
103
- {%- if site.internationalizationall -%}
104
- <div class="col-md-4 my-4">
105
- <img class="feature-card-img" src="/assets/images/star.svg" loading="lazy" height="48px" width="48px"
106
- alt="{{data.header}}" {%- if site.crossorigin -%} crossorigin {%- endif -%} />
107
- <div class="feature-card-title">Languages Supported</div>
108
- <div class="feature-card-desc">Our website currently supports 22 languages.</div>
109
- </div>
110
148
  {%- endif -%}
111
- <div class="col-md-4 my-4">
112
- <img class="feature-card-img" src="/assets/images/star.svg" loading="lazy" height="48px" width="48px"
113
- alt="{{data.header}}" {%- if site.crossorigin -%} crossorigin {%- endif -%} />
114
- <div class="feature-card-title">Blog Posts</div>
115
- <div class="feature-card-desc">We currently have <a class="highlight_style" href="/blog">{{ site.posts | size }}
116
- blog posts</a> on our website.</div>
117
- </div>
118
- <div class="col-md-4 my-4">
119
- <img class="feature-card-img" src="/assets/images/star.svg" loading="lazy" height="48px" width="48px"
120
- alt="{{data.header}}" {%- if site.crossorigin -%} crossorigin {%- endif -%} />
121
- <div class="feature-card-title">Authors</div>
122
- <div class="feature-card-desc">We have <a class="highlight_style" href="/authors"> {{ authors.size }} authors
123
- </a> on our website</div>
124
- </div>
125
- <div class="col-md-4 my-4">
126
- <img class="feature-card-img" src="/assets/images/star.svg" loading="lazy" height="48px" width="48px"
127
- alt="{{data.header}}" {%- if site.crossorigin -%} crossorigin {%- endif -%} />
128
- <div class="feature-card-title">Total Visitors</div>
129
- <div id="visits" class="feature-card-desc">{{site.totalVisitors}}</div>
130
- </div>
131
149
  </div>
132
150
  </div>
133
151
 
@@ -59,56 +59,75 @@
59
59
  <div class="col-md-12">
60
60
  <h1 class="mb-4 text-center authors-heading">Our Authors</h1>
61
61
  <div class="row">
62
- {% assign minCommonAuthor = 1 %}
63
- {% assign sameAuthorCount = 0 %}
62
+ {%- if site.ezoicAds -%}
63
+ {%- assign column = "col-md-6" -%}
64
+ {%- else -%}
65
+ {%- assign column = "col-md-4" -%}
66
+ {%- endif -%}
64
67
 
65
- {% assign posts = site.posts | where_exp:"post","post.url != page.url" %}
68
+ {%- if site.ezoicAds -%}
69
+ <div class="col-md-9 mx-auto">
70
+ <div class="row">
71
+ {%- endif -%}
72
+ {% assign minCommonAuthor = 1 %}
73
+ {% assign sameAuthorCount = 0 %}
74
+
75
+ {% assign posts = site.posts | where_exp:"post","post.url != page.url" %}
76
+
77
+ {% assign seen_authors = '' %}
78
+ {% for post in site.posts %}
79
+ {% unless seen_authors contains post.author %}
80
+ {% assign seen_authors = seen_authors | append: post.author | append: ',' %}
81
+ <!-- Render your author here -->
82
+ {%- include /authors/authors.html -%}
83
+ {%- if authorName contains authorName -%}
84
+ <div class="{{column}} mb-4">
85
+ <div class="authors-info">
86
+ <a class="authors-image"
87
+ href="/authors/{{authorName | downcase | replace: ' ' , '-' }}">
88
+ <img loading="lazy" src="{{image}}" alt="{{ authorName }}">
89
+ </a>
90
+ <a class="authors-name"
91
+ href="/authors/{{authorName | downcase | replace: ' ' , '-' }}">{{authorName
92
+ |
93
+ capitalize }}</a>
94
+ <a href="/blog" class="authors-posts-count">{{ site.posts | where: 'author',
95
+ post.author
96
+ | size }} Posts</a>
97
+ <p class="authors-bio mt-3">{{bio}}</p>
98
+ </div>
99
+ </div>
100
+ {%- endif -%}
101
+ {% endunless %}
102
+ {% endfor %}
66
103
 
67
- {% assign seen_authors = '' %}
68
- {% for post in site.posts %}
69
- {% unless seen_authors contains post.author %}
70
- {% assign seen_authors = seen_authors | append: post.author | append: ',' %}
71
- <!-- Render your author here -->
72
- {%- include /authors/authors.html -%}
73
- {%- if authorName contains authorName -%}
74
- <div class=" col-md-4 mb-4">
75
- <div class="authors-info">
76
- <a class="authors-image"
77
- href="/authors/{{authorName | downcase | replace: ' ' , '-' }}">
78
- <img loading="lazy" src="{{image}}" alt="{{ authorName }}">
79
- </a>
80
- <a class="authors-name"
81
- href="/authors/{{authorName | downcase | replace: ' ' , '-' }}">{{authorName |
82
- capitalize }}</a>
83
- <a href="/blog" class="authors-posts-count">{{ site.posts | where: 'author', post.author
84
- | size }} Posts</a>
85
- <p class="authors-bio mt-3">{{bio}}</p>
86
- </div>
87
- </div>
88
- {%- endif -%}
89
- {% endunless %}
90
- {% endfor %}
91
104
 
105
+ {% for post in posts %}
106
+ {%- include /authors/authors.html -%}
107
+ {%- if post.author contains authorName -%}
108
+ <div class="d-none col-md-4 mb-4">
109
+ <div class="authors-info">
110
+ <a class="authors-image"
111
+ href="/authors/{{authorName | downcase | replace: ' ' , '-' }}">
112
+ <img loading="lazy" src="{{image}}" alt="{{ authorName }}">
113
+ </a>
114
+ <a class="authors-name"
115
+ href="/authors/{{authorName | downcase | replace: ' ' , '-' }}">{{authorName
116
+ |
117
+ capitalize }}</a>
118
+ <a href="/blog" class="authors-posts-count">{{ site.posts | where: 'author',
119
+ post.author
120
+ | size }} Posts</a>
121
+ <p class="authors-bio mt-3">{{bio}}</p>
122
+ </div>
123
+ </div>
124
+ {%- endif -%}
125
+ {% endfor %}
92
126
 
93
- {% for post in posts %}
94
- {%- include /authors/authors.html -%}
95
- {%- if post.author contains authorName -%}
96
- <div class="d-none col-md-4 mb-4">
97
- <div class="authors-info">
98
- <a class="authors-image"
99
- href="/authors/{{authorName | downcase | replace: ' ' , '-' }}">
100
- <img loading="lazy" src="{{image}}" alt="{{ authorName }}">
101
- </a>
102
- <a class="authors-name"
103
- href="/authors/{{authorName | downcase | replace: ' ' , '-' }}">{{authorName |
104
- capitalize }}</a>
105
- <a href="/blog" class="authors-posts-count">{{ site.posts | where: 'author', post.author
106
- | size }} Posts</a>
107
- <p class="authors-bio mt-3">{{bio}}</p>
127
+ {%- if site.ezoicAds -%}
108
128
  </div>
109
129
  </div>
110
130
  {%- endif -%}
111
- {% endfor %}
112
131
  </div>
113
132
  </div>
114
133
  </div>
@@ -5,6 +5,11 @@
5
5
  <body>
6
6
  {%- include header/index.html -%}
7
7
 
8
+ {%- if site.newFeatureBox -%}
9
+ <div class="wordgametheme-sidebar-left"></div>
10
+ <div class="wordgametheme-sidebar-right"></div>
11
+ {%- endif -%}
12
+
8
13
  {{content}}
9
14
 
10
15
  {% include adBlocker/adBlocker.html %}
data/_layouts/blog.html CHANGED
@@ -1,64 +1,91 @@
1
1
  <!DOCTYPE html>
2
2
  <html lang="en">
3
-
4
3
  {% include custom-head.html %}
5
4
 
6
5
  <body>
7
6
  {%- include header/blogHeader.html -%}
8
-
7
+ {%- if site.newFeatureBox -%}
8
+ <div class="wordgametheme-sidebar-left"></div>
9
+ <div class="wordgametheme-sidebar-right"></div>
10
+ {%- endif -%}
9
11
  <section class="section_post">
10
12
  <div class="container">
11
- <div class="row justify-content-center section-title-wrap">
12
- <div class="col-lg-12">
13
- <h1 style="font-weight: 900;" class="display-4 m-0 small_description">{{
14
- site.data.blog.blog.h1 }}
15
- </h1>
16
- <p class="lead mb-5 mt-1" style="font-size: 18px;">
17
- {{ site.data.blog.blog.description }}
18
- </p>
13
+ {%- if site.ezoicAds -%}
14
+ <div class="row">
15
+ <div class="col-md-9 mx-auto">
16
+ {%- endif -%}
17
+ <div class="row justify-content-center section-title-wrap">
18
+ <div class="col-lg-12">
19
+ <h1 style="font-weight: 900;" class="display-4 m-0 small_description">{{
20
+ site.data.blog.blog.h1 }}
21
+ </h1>
22
+ <p class="lead mb-5 mt-1" style="font-size: 18px;">
23
+ {{ site.data.blog.blog.description }}
24
+ </p>
25
+ </div>
26
+ </div>
27
+ {%- if site.ezoicAds -%}
19
28
  </div>
20
29
  </div>
30
+ {%- endif -%}
21
31
  <div class="main-content">
22
32
  {{content}}
23
33
  </div>
24
34
  <div class="row">
25
- {% for post in paginator.posts %}
26
- <div class="col-lg-4 col-md-6 mb-4 card-group">
27
- <div class="card h-100">
28
- <a href="{{ post.url }}">
29
- <img src="{{ post.image }}" loading="lazy" height="215px" width="100%" class="card-img-top"
30
- alt="{{post.title}}">
31
- </a>
32
- <div class="card-body">
33
- <a href="{{ post.url }}" class="anchor_link">
34
- <h2 class="card-title mb-4">{{ post.title }}</h2>
35
- </a>
36
- </div>
37
- {%- include authors/authors.html -%}
38
- <div class="card-footer bg-white">
39
- <div class="wrapfooter">
40
- {% if post.author %}
41
- <a target="_blank" href="/authors/{{authorName | downcase | replace: ' ' , '-' }}" class="meta-footer-thumb">
42
- <img class="author-thumb" loading="lazy" src="{{ image }}"
43
- alt="{{ authorName }}" {%- if site.crossorigin -%}
35
+ {%- if site.ezoicAds -%}
36
+ <div class="col-md-9 mx-auto">
37
+ <div class="row">
38
+ {%- endif -%}
39
+ {% for post in paginator.posts %}
40
+ <div class="
41
+ {%- if site.ezoicAds -%}
42
+ col-md-6 mb-4 card-group
43
+ {%- else -%}
44
+ col-lg-4 col-md-6 mb-4 card-group
45
+ {%- endif -%}
46
+
47
+ ">
48
+ <div class="card h-100">
49
+ <a href="{{ post.url }}">
50
+ <img src="{{ post.image }}" loading="lazy" height="215px" width="100%"
51
+ class="card-img-top" alt="{{post.title}}" {%- if site.crossorigin -%}
44
52
  crossorigin="anonymous" {%- endif -%}>
45
53
  </a>
46
- {% endif %}
54
+ <div class="card-body">
55
+ <a href="{{ post.url }}" class="anchor_link">
56
+ <h4 class="card-title mb-4">{{ post.title }}</h4>
57
+ </a>
58
+ </div>
59
+ {%- include authors/authors.html -%}
60
+ <div class="card-footer bg-white">
61
+ <div class="wrapfooter">
62
+ {% if post.author %}
63
+ <a target="_blank" href="/authors/{{authorName | downcase | replace: ' ' , '-' }}" class="meta-footer-thumb">
64
+ <img class="author-thumb" loading="lazy" src="{{ image }}"
65
+ alt="{{ authorName }}" {%- if site.crossorigin -%}
66
+ crossorigin="anonymous" {%- endif -%}>
67
+ </a>
68
+ {% endif %}
47
69
 
48
- <span class="author-meta">
49
- <span class="post-name">
50
- <a target="_blank" href="/authors/{{authorName | downcase | replace: ' ' , '-' }}">{{authorName}}</a>
51
- </span><br>
52
- <span class="post-date">{{post.date | date_to_string }}</span>
53
- </span>
70
+ <span class="author-meta">
71
+ <span class="post-name">
72
+ <a target="_blank" href="/authors/{{authorName | downcase | replace: ' ' , '-' }}">{{authorName}}</a>
73
+ </span><br>
74
+ <span class="post-date">{{post.date | date_to_string }}</span>
75
+ </span>
76
+ </div>
77
+ </div>
54
78
  </div>
55
79
  </div>
80
+ {% endfor %}
81
+ {%- if site.ezoicAds -%}
56
82
  </div>
57
83
  </div>
58
- {% endfor %}
84
+ {%- endif -%}
59
85
  </div>
60
86
  {%- include paginationBlogPage.html -%}
61
87
  </div>
88
+
62
89
  {% include section/count.html %}
63
90
  </section>
64
91
  {% include script.html %}
@@ -6,6 +6,11 @@
6
6
  <body>
7
7
  {%- include header/index.html -%}
8
8
 
9
+ {%- if site.newFeatureBox -%}
10
+ <div class="wordgametheme-sidebar-left"></div>
11
+ <div class="wordgametheme-sidebar-right"></div>
12
+ {%- endif -%}
13
+
9
14
  {% include section/home.html %}
10
15
 
11
16
  {% include section/feature.html %}