appscms-tools-theme 4.5.4 → 4.5.6
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/_data/blog/nav.json +2 -2
- data/_data/feature/en/compress-pdf.json +301 -344
- data/_data/header/en/data.json +1 -1
- data/_includes/appscms/customblog/contenttool-recent-posts.html +72 -71
- data/_includes/appscms/customblog/pageRelatedPosts.html +3 -3
- data/_includes/appscms/customblog/recentposts.html +3 -3
- data/_includes/appscms/customblog/relatedBlogs.html +3 -3
- data/_includes/appscms/customblog/relatedposts.html +5 -4
- data/_includes/appscms/extras/appscms-postbox.html +25 -28
- data/_includes/appscms/head/head.html +182 -72
- data/_includes/appscms/infographics/infographics.html +27 -21
- data/_includes/appscms/recent-posts/recent_posts.html +2 -4
- data/_includes/appscms/recent-posts/related_categories_post.html +4 -4
- data/_includes/customblog/pageRelatedPosts.html +1 -1
- data/_includes/customblog/recentposts.html +1 -1
- data/_includes/customblog/relatedBlogs.html +1 -1
- data/_includes/customblog/relatedposts.html +2 -2
- data/_includes/paginationBlogPage.html +2 -2
- data/_includes/postbox.html +62 -29
- data/_includes/section/recent_posts.html +86 -58
- data/_includes/section/related_categories_post.html +2 -2
- data/_layouts/aboutUs.html +161 -85
- data/_layouts/allAuthors.html +2 -2
- data/_layouts/appscms-about.html +1 -1
- data/_layouts/appscms-author.html +2 -2
- data/_layouts/appscms-authors.html +136 -162
- data/_layouts/appscms-blog.html +94 -55
- data/_layouts/blog-1.html +100 -68
- metadata +2 -2
|
@@ -49,15 +49,30 @@
|
|
|
49
49
|
|
|
50
50
|
{%- endif -%} {%- if page.layout == "aboutUs" -%}
|
|
51
51
|
|
|
52
|
-
<meta
|
|
52
|
+
<meta
|
|
53
|
+
name="description"
|
|
54
|
+
content="{{site.name}} - About us | {{description}}"
|
|
55
|
+
/>
|
|
53
56
|
{% elsif page.layout == "termAndCondition" %}
|
|
54
|
-
<meta
|
|
57
|
+
<meta
|
|
58
|
+
name="description"
|
|
59
|
+
content="{{site.name}} - Terms and conditions | {{description}}"
|
|
60
|
+
/>
|
|
55
61
|
{% elsif page.layout == "disclaimer" %}
|
|
56
|
-
<meta
|
|
62
|
+
<meta
|
|
63
|
+
name="description"
|
|
64
|
+
content="{{site.name}} - Disclaimer | {{description}}"
|
|
65
|
+
/>
|
|
57
66
|
{% elsif page.layout == "privacyPolicy" %}
|
|
58
|
-
<meta
|
|
67
|
+
<meta
|
|
68
|
+
name="description"
|
|
69
|
+
content="{{site.name}} - Privacy policy | {{description}}"
|
|
70
|
+
/>
|
|
59
71
|
{% elsif page.layout == "contactUs" %}
|
|
60
|
-
<meta
|
|
72
|
+
<meta
|
|
73
|
+
name="description"
|
|
74
|
+
content="{{site.name}} - Contact | {{description}}"
|
|
75
|
+
/>
|
|
61
76
|
{%- else -%}
|
|
62
77
|
<meta name="description" content="{{description}}" />
|
|
63
78
|
|
|
@@ -65,108 +80,207 @@
|
|
|
65
80
|
|
|
66
81
|
<link rel="canonical" href="{{site.url | append: page.url}}" />
|
|
67
82
|
|
|
68
|
-
<link
|
|
69
|
-
|
|
83
|
+
<link
|
|
84
|
+
rel="stylesheet"
|
|
85
|
+
href="/assets/css/bootstrap.min.css"
|
|
86
|
+
{%-
|
|
87
|
+
if
|
|
88
|
+
site.crossorigin
|
|
89
|
+
-%}
|
|
90
|
+
{{
|
|
91
|
+
}}
|
|
92
|
+
crossorigin="anonymous"
|
|
93
|
+
{%-
|
|
94
|
+
endif
|
|
95
|
+
-%}
|
|
96
|
+
/>
|
|
70
97
|
|
|
71
98
|
{%- if dataToShow.css -%}
|
|
72
99
|
|
|
73
|
-
<link
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
100
|
+
<link
|
|
101
|
+
rel="stylesheet"
|
|
102
|
+
href="{{dataToShow.css}}"
|
|
103
|
+
{%-
|
|
104
|
+
if
|
|
105
|
+
site.crossorigin
|
|
106
|
+
-%}
|
|
107
|
+
{{
|
|
108
|
+
}}
|
|
109
|
+
crossorigin="anonymous"
|
|
110
|
+
{%-
|
|
111
|
+
endif
|
|
112
|
+
-%}
|
|
113
|
+
/>
|
|
114
|
+
{%- else -%} {%- endif -%} {%- if site.monumetricId -%}
|
|
115
|
+
|
|
116
|
+
<link
|
|
117
|
+
rel="stylesheet"
|
|
118
|
+
href="/assets/css/responsive.css"
|
|
119
|
+
{%-
|
|
120
|
+
if
|
|
121
|
+
site.crossorigin
|
|
122
|
+
-%}
|
|
123
|
+
{{
|
|
124
|
+
}}
|
|
125
|
+
crossorigin="anonymous"
|
|
126
|
+
{%-
|
|
127
|
+
endif
|
|
128
|
+
-%}
|
|
129
|
+
/>
|
|
130
|
+
|
|
131
|
+
{%- endif -%} {%- if page.layout == "calculator" -%}
|
|
132
|
+
|
|
133
|
+
<link
|
|
134
|
+
rel="stylesheet"
|
|
135
|
+
href="/assets/css/calculators.css"
|
|
136
|
+
{%-
|
|
137
|
+
if
|
|
138
|
+
site.crossorigin
|
|
139
|
+
-%}
|
|
140
|
+
{{
|
|
141
|
+
}}
|
|
142
|
+
crossorigin="anonymous"
|
|
143
|
+
{%-
|
|
144
|
+
endif
|
|
145
|
+
-%}
|
|
146
|
+
/>
|
|
92
147
|
|
|
93
148
|
{%- endif -%} {%- if page.layout == "home-1" -%}
|
|
94
149
|
|
|
95
|
-
<link
|
|
96
|
-
|
|
150
|
+
<link
|
|
151
|
+
rel="stylesheet"
|
|
152
|
+
href="/assets/css/home-1.css"
|
|
153
|
+
{%-
|
|
154
|
+
if
|
|
155
|
+
site.crossorigin
|
|
156
|
+
-%}
|
|
157
|
+
{{
|
|
158
|
+
}}
|
|
159
|
+
crossorigin="anonymous"
|
|
160
|
+
{%-
|
|
161
|
+
endif
|
|
162
|
+
-%}
|
|
163
|
+
/>
|
|
97
164
|
|
|
98
165
|
{%- endif -%} {%- if page.layout == "feature-1" or page.newBox or page.layout
|
|
99
166
|
== "feature-download" -%}
|
|
100
167
|
|
|
101
|
-
<link
|
|
102
|
-
|
|
168
|
+
<link
|
|
169
|
+
rel="stylesheet"
|
|
170
|
+
href="/assets/css/feature-1.css"
|
|
171
|
+
{%-
|
|
172
|
+
if
|
|
173
|
+
site.crossorigin
|
|
174
|
+
-%}
|
|
175
|
+
{{
|
|
176
|
+
}}
|
|
177
|
+
crossorigin="anonymous"
|
|
178
|
+
{%-
|
|
179
|
+
endif
|
|
180
|
+
-%}
|
|
181
|
+
/>
|
|
103
182
|
|
|
104
183
|
{%- endif -%} {%- if page.layout == 'home-1' or page.layout == "feature-1" -%}
|
|
105
184
|
|
|
106
|
-
<link
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
crossorigin="anonymous"
|
|
185
|
+
<link
|
|
186
|
+
rel="stylesheet"
|
|
187
|
+
href="/assets/css/common.css"
|
|
188
|
+
{%-
|
|
189
|
+
if
|
|
190
|
+
site.crossorigin
|
|
191
|
+
-%}
|
|
192
|
+
{{
|
|
193
|
+
}}
|
|
194
|
+
crossorigin="anonymous"
|
|
195
|
+
{%-
|
|
196
|
+
endif
|
|
197
|
+
-%}
|
|
198
|
+
/>
|
|
199
|
+
|
|
200
|
+
{%- endif -%} {%- if page.layout == "contenttool-home" -%}
|
|
201
|
+
<link
|
|
202
|
+
rel="stylesheet"
|
|
203
|
+
href="/assets/css/appscms-contenttool.css"
|
|
204
|
+
{%-
|
|
205
|
+
if
|
|
206
|
+
site.crossorigin
|
|
207
|
+
-%}
|
|
208
|
+
{{
|
|
209
|
+
}}
|
|
210
|
+
crossorigin="anonymous"
|
|
211
|
+
{%-
|
|
212
|
+
endif
|
|
213
|
+
-%}
|
|
214
|
+
/>
|
|
116
215
|
{%- endif -%}
|
|
117
216
|
|
|
118
|
-
|
|
119
|
-
|
|
120
217
|
<link rel="stylesheet" href="/assets/css/appscms-variables.css" />
|
|
121
218
|
|
|
122
219
|
{%- if page.layout != 'contenttool-home' -%}
|
|
123
220
|
<link rel="stylesheet" href="/assets/css/appscms-theme.css" />
|
|
124
|
-
{%- endif -%}
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
{%- if page.layout == "appscms-calculator" -%}
|
|
221
|
+
{%- endif -%} {%- if page.layout == "appscms-calculator" -%}
|
|
128
222
|
<link rel="stylesheet" href="/assets/css/appscms-feature.css" />
|
|
129
223
|
<link rel="stylesheet" href="/assets/css/appscms-calculator.css" />
|
|
130
224
|
{%- endif -%} {%- if page.layout == "appscms-home" -%}
|
|
131
225
|
<link rel="stylesheet" href="/assets/css/appscms-home.css" />
|
|
132
|
-
{%- endif -%} {%- if page.layout == "appscms-feature" or page.layout ==
|
|
226
|
+
{%- endif -%} {%- if page.layout == "appscms-feature" or page.layout ==
|
|
227
|
+
"contenttool-feature" -%}
|
|
133
228
|
<link rel="stylesheet" href="/assets/css/appscms-feature.css" />
|
|
134
229
|
{%- endif -%} {%- if page.layout == "appscms-video" -%}
|
|
135
230
|
<link rel="stylesheet" href="/assets/css/appscms-feature.css" />
|
|
136
231
|
{%- endif -%} {%- if page.layout == "appscms-audio" -%}
|
|
137
232
|
<link rel="stylesheet" href="/assets/css/appscms-feature.css" />
|
|
138
|
-
{%- endif -%}
|
|
139
|
-
{%- if page.layout == "devtools" -%}
|
|
233
|
+
{%- endif -%} {%- if page.layout == "devtools" -%}
|
|
140
234
|
<link rel="stylesheet" href="/assets/css/appscms-feature.css" />
|
|
141
235
|
{%- endif -%} {%- if page.layout == "devtool-home" or page.layout ==
|
|
142
236
|
"devtool-feature" or page.layout == "devtools" or page.layout ==
|
|
143
237
|
"devtool-about" -%}
|
|
144
238
|
<link rel="stylesheet" href="/assets/css/devtool-main.css" />
|
|
145
|
-
{%- endif -%}
|
|
146
|
-
{%- if page.layout == 'appscms-imagekit' -%}
|
|
239
|
+
{%- endif -%} {%- if page.layout == 'appscms-imagekit' -%}
|
|
147
240
|
<link rel="stylesheet" href="/assets/css/appscms-feature.css" />
|
|
148
|
-
<link
|
|
149
|
-
|
|
241
|
+
<link
|
|
242
|
+
rel="stylesheet"
|
|
243
|
+
href="/assets/css/appscms-imagekit.css"
|
|
244
|
+
{%-
|
|
245
|
+
if
|
|
246
|
+
site.crossorigin
|
|
247
|
+
-%}
|
|
248
|
+
{{
|
|
249
|
+
}}
|
|
250
|
+
crossorigin="anonymous"
|
|
251
|
+
{%-
|
|
252
|
+
endif
|
|
253
|
+
-%}
|
|
254
|
+
/>
|
|
150
255
|
|
|
151
256
|
{%- endif -%}
|
|
152
257
|
<meta data-rh="true" property="og:image" content="{{site.url}}{{favicon}}" />
|
|
153
258
|
<meta property="og:title" content="{{title}}" />
|
|
154
259
|
<meta property="og:description" content="{{description}}" />
|
|
155
260
|
<meta property="og:type" content="website" />
|
|
156
|
-
<meta
|
|
261
|
+
<meta
|
|
262
|
+
data-rh="true"
|
|
263
|
+
property="og:url"
|
|
264
|
+
content="{{site.url | append: page.url}}"
|
|
265
|
+
/>
|
|
157
266
|
<meta data-rh="true" property="og:site_name" content="{{site.name}}" />
|
|
158
267
|
<meta data-rh="true" property="twitter:domain" content="{{site.url}}" />
|
|
159
|
-
<meta
|
|
268
|
+
<meta
|
|
269
|
+
data-rh="true"
|
|
270
|
+
property="twitter:url"
|
|
271
|
+
content="{{site.url | append: page.url}}"
|
|
272
|
+
/>
|
|
160
273
|
<meta data-rh="true" name="twitter:title" content="{{title}}" />
|
|
161
274
|
<meta data-rh="true" name="twitter:description" content="{{description}}" />
|
|
162
|
-
<meta
|
|
163
|
-
|
|
164
|
-
|
|
275
|
+
<meta
|
|
276
|
+
data-rh="true"
|
|
277
|
+
name="twitter:image:src"
|
|
278
|
+
content="{{site.url}}{{favicon}}"
|
|
279
|
+
/>
|
|
280
|
+
{% include adsense/adsense.html %} {%- if page.noindex -%}
|
|
165
281
|
<meta name="robots" content="noindex" />
|
|
166
282
|
|
|
167
|
-
{%- endif -%}
|
|
168
|
-
|
|
169
|
-
{%- if site.pwa -%}
|
|
283
|
+
{%- endif -%} {%- if site.pwa -%}
|
|
170
284
|
|
|
171
285
|
<link rel="manifest" href="/assets/js/manifest.json" />
|
|
172
286
|
|
|
@@ -229,8 +343,8 @@
|
|
|
229
343
|
}
|
|
230
344
|
</script>
|
|
231
345
|
|
|
232
|
-
{%- endif -%} {%- endif -%} {%- if dataToShow.infographics -%} {%-
|
|
233
|
-
infographics = dataToShow.infographics -%}
|
|
346
|
+
{%- endif -%} {%- endif -%} {%- if dataToShow.infographics.size > 0 -%} {%-
|
|
347
|
+
assign infographics = dataToShow.infographics -%}
|
|
234
348
|
|
|
235
349
|
<script type="application/ld+json">
|
|
236
350
|
{
|
|
@@ -275,7 +389,7 @@
|
|
|
275
389
|
"sameAs": ["{{ featureAuthorNameTwitter }}"]
|
|
276
390
|
}
|
|
277
391
|
</script>
|
|
278
|
-
{%- endif -%} {%- if dataToShow.contributors -%}
|
|
392
|
+
{%- endif -%} {%- if dataToShow.contributors.size > 0 -%}
|
|
279
393
|
<script type="application/ld+json">
|
|
280
394
|
{
|
|
281
395
|
"@context": "https://schema.org/",
|
|
@@ -299,8 +413,8 @@
|
|
|
299
413
|
]
|
|
300
414
|
}
|
|
301
415
|
</script>
|
|
302
|
-
{%- endif -%} {%- if dataToShow.FAQ -%} {%- if
|
|
303
|
-
!= '' -%}
|
|
416
|
+
{%- endif -%} {%- if dataToShow.FAQ.size>0 -%} {%- if
|
|
417
|
+
dataToShow.FAQ.first.question != '' -%}
|
|
304
418
|
|
|
305
419
|
<script type="application/ld+json">
|
|
306
420
|
{
|
|
@@ -333,7 +447,7 @@
|
|
|
333
447
|
</script>
|
|
334
448
|
|
|
335
449
|
{%- endif -%} {%- endif -%} {%- if page.tool -%} {%- include
|
|
336
|
-
Rating/structureddata.html -%} {%- endif -%}
|
|
450
|
+
Rating/structureddata.html -%} {%- endif -%} {%- if site.pwa -%}
|
|
337
451
|
|
|
338
452
|
<script>
|
|
339
453
|
if ("serviceWorker" in navigator) {
|
|
@@ -351,8 +465,4 @@
|
|
|
351
465
|
monumetric/monumetric.html -%} {%- endif -%} {%- include monumetric/ads.html
|
|
352
466
|
-%} {%- if page.layout == "feature" or page.layout == "home" -%} {%- include
|
|
353
467
|
monumetric/profitablecpmgate.html -%} {%- endif -%}
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
</head>
|
|
468
|
+
</head>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<style>
|
|
2
|
-
.
|
|
2
|
+
.modal1 {
|
|
3
3
|
display: none;
|
|
4
4
|
position: fixed;
|
|
5
5
|
z-index: 1000;
|
|
@@ -10,14 +10,14 @@
|
|
|
10
10
|
overflow: auto;
|
|
11
11
|
background-color: rgba(59, 58, 58, 0.9);
|
|
12
12
|
}
|
|
13
|
-
.
|
|
13
|
+
.modal1-content1 {
|
|
14
14
|
margin: auto;
|
|
15
15
|
display: block;
|
|
16
16
|
width: 80%;
|
|
17
17
|
max-width: 800px;
|
|
18
18
|
margin-top: 20px;
|
|
19
19
|
}
|
|
20
|
-
.
|
|
20
|
+
.modal1-body img {
|
|
21
21
|
width: 100%;
|
|
22
22
|
height: auto;
|
|
23
23
|
}
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
alt="img"
|
|
48
48
|
draggable="false"
|
|
49
49
|
class="infographic-img"
|
|
50
|
-
onclick="
|
|
50
|
+
onclick="openModal1('{{ item.image }}')"
|
|
51
51
|
/>
|
|
52
52
|
<p class="infographic-desc">{{ item.description | capitalize }}</p>
|
|
53
53
|
</div>
|
|
@@ -57,29 +57,29 @@
|
|
|
57
57
|
<i id="right" class="fas fa-angle-right"></i>
|
|
58
58
|
</div>
|
|
59
59
|
</div>
|
|
60
|
-
<div id="
|
|
61
|
-
<span class="close" onclick="
|
|
62
|
-
<div class="
|
|
63
|
-
<div class="
|
|
64
|
-
<img id="
|
|
60
|
+
<div id="imageModal1" class="modal1" onclick="closeModal1()">
|
|
61
|
+
<span class="close" onclick="closeModal1()">×</span>
|
|
62
|
+
<div class="modal1-content1">
|
|
63
|
+
<div class="modal1-body">
|
|
64
|
+
<img id="modal1Image" src="" alt="Image">
|
|
65
65
|
</div>
|
|
66
66
|
</div>
|
|
67
67
|
</div>
|
|
68
68
|
<script>
|
|
69
|
-
function
|
|
70
|
-
var
|
|
71
|
-
var
|
|
72
|
-
|
|
73
|
-
|
|
69
|
+
function openModal1(imageSrc) {
|
|
70
|
+
var modal1 = document.getElementById('imageModal1');
|
|
71
|
+
var modal1Img = document.getElementById('modal1Image');
|
|
72
|
+
modal1.style.display = "block";
|
|
73
|
+
modal1Img.src = imageSrc;
|
|
74
74
|
}
|
|
75
|
-
function
|
|
76
|
-
var
|
|
77
|
-
|
|
75
|
+
function closeModal1() {
|
|
76
|
+
var modal1 = document.getElementById('imageModal1');
|
|
77
|
+
modal1.style.display = "none";
|
|
78
78
|
}
|
|
79
79
|
document.addEventListener('click', function(event) {
|
|
80
|
-
var
|
|
81
|
-
if (event.target ===
|
|
82
|
-
|
|
80
|
+
var modal1 = document.getElementById('imageModal1');
|
|
81
|
+
if (event.target === modal1) {
|
|
82
|
+
closeModal1();
|
|
83
83
|
}
|
|
84
84
|
});
|
|
85
85
|
const carousel = document.querySelector(".carousel-inner"),
|
|
@@ -157,4 +157,10 @@
|
|
|
157
157
|
// carousel.addEventListener("touchmove", dragging);
|
|
158
158
|
// document.addEventListener("mouseup", dragStop);
|
|
159
159
|
// carousel.addEventListener("touchend", dragStop);
|
|
160
|
-
</script>
|
|
160
|
+
</script>
|
|
161
|
+
|
|
162
|
+
|
|
163
|
+
|
|
164
|
+
|
|
165
|
+
|
|
166
|
+
|
|
@@ -44,6 +44,7 @@
|
|
|
44
44
|
<a
|
|
45
45
|
class="text-decoration-none text-dark"
|
|
46
46
|
href="{{ post.url }}"
|
|
47
|
+
aria-label="{{post.title}}"
|
|
47
48
|
>
|
|
48
49
|
<img
|
|
49
50
|
class="card-img-top"
|
|
@@ -66,10 +67,7 @@
|
|
|
66
67
|
ezoid="0.04631063861662277"
|
|
67
68
|
/></span>
|
|
68
69
|
<div class="author-meta">
|
|
69
|
-
|
|
70
|
-
<a target="_blank" href="/blog"
|
|
71
|
-
>{{authorName}}</a
|
|
72
|
-
|
|
70
|
+
<a target="_blank" href="/blog/">{{authorName}}</a
|
|
73
71
|
><br />
|
|
74
72
|
<p class="post-date mb-0">
|
|
75
73
|
{{post.date | date_to_string }}
|
|
@@ -69,13 +69,13 @@
|
|
|
69
69
|
{%- if site.monumetricId and page.url != '/' and page.lang == " en" -%} col-md-6 mb-4
|
|
70
70
|
card-group {%- else -%} col-lg-4 col-md-6 mb-4 card-group {%- endif -%} ">
|
|
71
71
|
<div class=" card h-100">
|
|
72
|
-
<a href="{{ post.url }}">
|
|
72
|
+
<a href="{{ post.url }}" aria-label="{{post.title}}">
|
|
73
73
|
<img src="{{ post.image }}" loading="lazy" class="card-img-top" height="auto"
|
|
74
74
|
width="100%" alt="{{post.title}}" {%- if site.crossorigin -%} crossorigin {%- endif
|
|
75
75
|
-%}>
|
|
76
76
|
</a>
|
|
77
77
|
<div class="card-body">
|
|
78
|
-
<a class="text-decoration-none text-dark" href="{{ post.url }}" class="anchor_link">
|
|
78
|
+
<a class="text-decoration-none text-dark" href="{{ post.url }}" class="anchor_link" aria-label="{{post.title}}">
|
|
79
79
|
<h4 class="card-title mb-4 text-left">{{ post.title }}</h4>
|
|
80
80
|
</a>
|
|
81
81
|
</div>
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
|
|
92
92
|
<span class="author-meta">
|
|
93
93
|
|
|
94
|
-
<a target="_blank" href="/blog">{{authorName}}</a>
|
|
94
|
+
<a target="_blank" href="/blog/">{{authorName}}</a>
|
|
95
95
|
<br>
|
|
96
96
|
<span class="post-date">{{post.date | date_to_string }}</span>
|
|
97
97
|
</span>
|
|
@@ -166,7 +166,7 @@
|
|
|
166
166
|
{% endif %}
|
|
167
167
|
<span class="author-meta">
|
|
168
168
|
<span class="post-name">
|
|
169
|
-
<a target="_blank" href="/blog">{{authorName}}</a>
|
|
169
|
+
<a target="_blank" href="/blog/">{{authorName}}</a>
|
|
170
170
|
</span><br>
|
|
171
171
|
<span class="post-date">{{post.date | date_to_string }}</span>
|
|
172
172
|
</span>
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
|
|
60
60
|
<span class="author-meta">
|
|
61
61
|
<span class="post-name">
|
|
62
|
-
<a target="_blank" href="/blog">{{authorName}}</a>
|
|
62
|
+
<a target="_blank" href="/blog/">{{authorName}}</a>
|
|
63
63
|
</span><br>
|
|
64
64
|
<span class="post-date">{{post.date | date_to_string }}</span>
|
|
65
65
|
</span>
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
{% endif %}
|
|
48
48
|
<span class="author-meta">
|
|
49
49
|
<span class="post-name">
|
|
50
|
-
<a target="_blank" href="/blog">{{authorName}}</a>
|
|
50
|
+
<a target="_blank" href="/blog/">{{authorName}}</a>
|
|
51
51
|
</span><br>
|
|
52
52
|
<span class="post-date">{{post.date | date_to_string }}</span>
|
|
53
53
|
</span>
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
|
|
60
60
|
<span class="author-meta">
|
|
61
61
|
<span class="post-name">
|
|
62
|
-
<a target="_blank" href="/blog">{{authorName}}</a>
|
|
62
|
+
<a target="_blank" href="/blog/">{{authorName}}</a>
|
|
63
63
|
</span><br>
|
|
64
64
|
<span class="post-date">{{post.metadata.date | date_to_string }}</span>
|
|
65
65
|
</span>
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
|
|
96
96
|
<span class="author-meta">
|
|
97
97
|
<span class="post-name">
|
|
98
|
-
<a target="_blank" href="/blog">{{authorName}}</a>
|
|
98
|
+
<a target="_blank" href="/blog/">{{authorName}}</a>
|
|
99
99
|
</span><br>
|
|
100
100
|
<span class="post-date">{{post.date | date_to_string }}</span>
|
|
101
101
|
</span>
|
|
@@ -175,7 +175,7 @@
|
|
|
175
175
|
{% endif %}
|
|
176
176
|
<span class="author-meta">
|
|
177
177
|
<span class="post-name">
|
|
178
|
-
<a target="_blank" href="/blog">{{authorName}}</a>
|
|
178
|
+
<a target="_blank" href="/blog/">{{authorName}}</a>
|
|
179
179
|
</span><br>
|
|
180
180
|
<span class="post-date">{{post.date | date_to_string }}</span>
|
|
181
181
|
</span>
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
paginator.page %}
|
|
20
20
|
<span class="webjeda text-muted">{{ page }}</span>
|
|
21
21
|
{% elsif page == 1 %}
|
|
22
|
-
<a href="/blog" style="color: {{color}}; font-weight: 900;">{{ page }}</a>
|
|
22
|
+
<a href="/blog/" style="color: {{color}}; font-weight: 900;">{{ page }}</a>
|
|
23
23
|
{% else %}
|
|
24
24
|
<a
|
|
25
25
|
style="color: {{color}}; font-weight: 900;"
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
paginator.page %}
|
|
51
51
|
<span class="webjeda text-muted">{{ page }}</span>
|
|
52
52
|
{% elsif page == 1 %}
|
|
53
|
-
<a href="/blog" style="color: #000; font-weight: 900">{{ page }}</a>
|
|
53
|
+
<a href="/blog/" style="color: #000; font-weight: 900">{{ page }}</a>
|
|
54
54
|
{% else %}
|
|
55
55
|
<a
|
|
56
56
|
style="color: #000; font-weight: 900"
|
data/_includes/postbox.html
CHANGED
|
@@ -1,32 +1,65 @@
|
|
|
1
1
|
{%- include /authors/authors.html -%}
|
|
2
2
|
<div class="col-lg-4 col-md-6 mb-4 card-group">
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
</div>
|
|
3
|
+
<div class="card h-100">
|
|
4
|
+
<a href="{{ post.url }}">
|
|
5
|
+
<img
|
|
6
|
+
src="{{ post.image }}"
|
|
7
|
+
class="card-img-top"
|
|
8
|
+
height="208px"
|
|
9
|
+
width="100%"
|
|
10
|
+
loading="lazy"
|
|
11
|
+
alt="{{post.title}}"
|
|
12
|
+
{%-
|
|
13
|
+
if
|
|
14
|
+
site.crossorigin
|
|
15
|
+
-%}
|
|
16
|
+
crossorigin
|
|
17
|
+
{%-
|
|
18
|
+
endif
|
|
19
|
+
-%}
|
|
20
|
+
/>
|
|
21
|
+
</a>
|
|
22
|
+
<div class="card-body">
|
|
23
|
+
<a
|
|
24
|
+
class="text-decoration-none text-dark"
|
|
25
|
+
href="{{ post.url }}"
|
|
26
|
+
class="anchor_link"
|
|
27
|
+
>
|
|
28
|
+
<h4 class="card-title mb-4 text-left">{{ post.title }}</h4>
|
|
29
|
+
</a>
|
|
31
30
|
</div>
|
|
32
|
-
|
|
31
|
+
<div class="card-footer">
|
|
32
|
+
<div class="wrapfooter">
|
|
33
|
+
{% if post.author %}
|
|
34
|
+
<span class="meta-footer-thumb">
|
|
35
|
+
<img
|
|
36
|
+
class="author-thumb"
|
|
37
|
+
loading="lazy"
|
|
38
|
+
src="{{image}}"
|
|
39
|
+
alt="{{ authorName }}"
|
|
40
|
+
{%-
|
|
41
|
+
if
|
|
42
|
+
site.crossorigin
|
|
43
|
+
-%}
|
|
44
|
+
crossorigin
|
|
45
|
+
{%-
|
|
46
|
+
endif
|
|
47
|
+
-%}
|
|
48
|
+
/>
|
|
49
|
+
</span>
|
|
50
|
+
{% endif %}
|
|
51
|
+
<span class="author-meta">
|
|
52
|
+
<span class="post-name">
|
|
53
|
+
<a target="_blank" href="/blog/">{{authorName}}</a> </span
|
|
54
|
+
><br />
|
|
55
|
+
<span class="post-date">{{post.date | date_to_string }}</span>
|
|
56
|
+
</span>
|
|
57
|
+
<span class="post-read-more"
|
|
58
|
+
><a class="text-dark" href="{{ post.url }}" title="Read Story"
|
|
59
|
+
>Read More</a
|
|
60
|
+
></span
|
|
61
|
+
>
|
|
62
|
+
</div>
|
|
63
|
+
</div>
|
|
64
|
+
</div>
|
|
65
|
+
</div>
|