appscms-tools-theme 4.5.4 → 4.5.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -49,15 +49,30 @@
49
49
 
50
50
  {%- endif -%} {%- if page.layout == "aboutUs" -%}
51
51
 
52
- <meta name="description" content="{{site.name}} - About us | {{description}}" />
52
+ <meta
53
+ name="description"
54
+ content="{{site.name}} - About us | {{description}}"
55
+ />
53
56
  {% elsif page.layout == "termAndCondition" %}
54
- <meta name="description" content="{{site.name}} - Terms and conditions | {{description}}" />
57
+ <meta
58
+ name="description"
59
+ content="{{site.name}} - Terms and conditions | {{description}}"
60
+ />
55
61
  {% elsif page.layout == "disclaimer" %}
56
- <meta name="description" content="{{site.name}} - Disclaimer | {{description}}" />
62
+ <meta
63
+ name="description"
64
+ content="{{site.name}} - Disclaimer | {{description}}"
65
+ />
57
66
  {% elsif page.layout == "privacyPolicy" %}
58
- <meta name="description" content="{{site.name}} - Privacy policy | {{description}}" />
67
+ <meta
68
+ name="description"
69
+ content="{{site.name}} - Privacy policy | {{description}}"
70
+ />
59
71
  {% elsif page.layout == "contactUs" %}
60
- <meta name="description" content="{{site.name}} - Contact | {{description}}" />
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 rel="stylesheet" href="/assets/css/bootstrap.min.css" {%- if site.crossorigin -%} {{ }} crossorigin="anonymous"
69
- {%- endif -%} />
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 rel="stylesheet" href="{{dataToShow.css}}" {%- if site.crossorigin -%} {{ }} crossorigin="anonymous" {%- endif
74
- -%} />
75
- {%- else -%}
76
-
77
-
78
- {%- endif -%} {%- if site.monumetricId -%}
79
-
80
- <link rel="stylesheet" href="/assets/css/responsive.css" {%- if site.crossorigin -%} {{ }} crossorigin="anonymous" {%-
81
- endif -%} />
82
-
83
- {%- endif -%}
84
-
85
-
86
-
87
-
88
- {%- if page.layout == "calculator" -%}
89
-
90
- <link rel="stylesheet" href="/assets/css/calculators.css" {%- if site.crossorigin -%} {{ }} crossorigin="anonymous"
91
- {%- endif -%} />
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 rel="stylesheet" href="/assets/css/home-1.css" {%- if site.crossorigin -%} {{ }} crossorigin="anonymous" {%-
96
- endif -%} />
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 rel="stylesheet" href="/assets/css/feature-1.css" {%- if site.crossorigin -%} {{ }} crossorigin="anonymous" {%-
102
- endif -%} />
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 rel="stylesheet" href="/assets/css/common.css" {%- if site.crossorigin -%} {{ }} crossorigin="anonymous" {%-
107
- endif -%} />
108
-
109
- {%- endif -%}
110
-
111
-
112
-
113
- {%- if page.layout == "contenttool-home" -%}
114
- <link rel="stylesheet" href="/assets/css/appscms-contenttool.css" {%- if site.crossorigin -%} {{ }}
115
- crossorigin="anonymous" {%- endif -%} />
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 == "contenttool-feature" -%}
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 rel="stylesheet" href="/assets/css/appscms-imagekit.css" {%- if site.crossorigin -%} {{ }}
149
- crossorigin="anonymous" {%- endif -%} />
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 data-rh="true" property="og:url" content="{{site.url | append: page.url}}" />
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 data-rh="true" property="twitter:url" content="{{site.url | append: page.url}}" />
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 data-rh="true" name="twitter:image:src" content="{{site.url}}{{favicon}}" />
163
- {% include adsense/adsense.html %}
164
- {%- if page.noindex -%}
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 -%} {%- assign
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 dataToShow.FAQ.first.question
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 -%} {%- if site.pwa -%}
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
- .modal {
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
- .modal-content {
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
- .modal-body img {
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="openModal('{{ item.image }}')"
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="imageModal" class="modal" onclick="closeModal()">
61
- <span class="close" onclick="closeModal()">&times;</span>
62
- <div class="modal-content">
63
- <div class="modal-body">
64
- <img id="modalImage" src="" alt="Image">
60
+ <div id="imageModal1" class="modal1" onclick="closeModal1()">
61
+ <span class="close" onclick="closeModal1()">&times;</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 openModal(imageSrc) {
70
- var modal = document.getElementById('imageModal');
71
- var modalImg = document.getElementById('modalImage');
72
- modal.style.display = "block";
73
- modalImg.src = imageSrc;
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 closeModal() {
76
- var modal = document.getElementById('imageModal');
77
- modal.style.display = "none";
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 modal = document.getElementById('imageModal');
81
- if (event.target === modal) {
82
- closeModal();
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"
@@ -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
- <div class="card h-100">
4
- <a href="{{ post.url }}">
5
- <img src="{{ post.image }}" class="card-img-top" height="208px" width="100%" loading="lazy"
6
- alt="{{post.title}}" {%- if site.crossorigin -%} crossorigin {%- endif -%}>
7
- </a>
8
- <div class="card-body">
9
- <a class="text-decoration-none text-dark" href="{{ post.url }}" class="anchor_link">
10
- <h4 class="card-title mb-4 text-left">{{ post.title }}</h4>
11
- </a>
12
- </div>
13
- <div class="card-footer">
14
- <div class="wrapfooter">
15
- {% if post.author %}
16
- <span class="meta-footer-thumb">
17
- <img class="author-thumb" loading="lazy" src="{{image}}" alt="{{ authorName }}" {%- if
18
- site.crossorigin -%} crossorigin {%- endif -%}>
19
- </span>
20
- {% endif %}
21
- <span class="author-meta">
22
- <span class="post-name">
23
- <a target="_blank" href="/blog">{{authorName}}</a>
24
- </span><br>
25
- <span class="post-date">{{post.date | date_to_string }}</span>
26
- </span>
27
- <span class="post-read-more"><a class="text-dark" href="{{ post.url }}" title="Read Story">Read
28
- More</a></span>
29
- </div>
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
- </div>
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>