appscms-tools-theme 0.6.5 → 0.7.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d136ea8cf2cfcbbec81c5968a1d612d4174b12cca21bfa96a1cbe16a27023dd7
4
- data.tar.gz: a9b73a75c93399f4bac7eb7446f819cf1d1308afabcf7e9c7f4d33f225d6806b
3
+ metadata.gz: 2d9c611ab80d9f7e1ea29d55b9abc26ef2a6a6ec48288738e77ed2f8df66df9e
4
+ data.tar.gz: c3ec1c41b2e1139a502a4edf439dcd99c61e7ee4dcee24c64dd276356ec8e2e2
5
5
  SHA512:
6
- metadata.gz: 5db5d1f0956894877fdc04c2000643cf6cd9dc8eb29622d7ceaf2873c062a97395d8921bfea58db659a24a4635ff704beac2b6ce7c3724f828ced03a910a9415
7
- data.tar.gz: d9b6c10c8d8bf0a6be04834b991ce2f3cadf99adfc659df1e4c45108b8d81d3a7d40795352d8da0a7295600b095a0b429244fc456c0101682aa9a29efcf16da2
6
+ metadata.gz: 3df22f211c8fc8e632f3b3a9da0c51dd985511f7812e6c65b521ff357695815f8fbc1637a1f2a87bf818c7ac7f70ae8dfdef9db41f665559179057d5821f639d
7
+ data.tar.gz: 00eee2390b67cb7e45a965e179dcc63bf665c533968c3173fc3d054f13ccb8835fb0dca8c87f7a6b8730fbe90254cd453172775b8ac2003d5ad4cce339059a0e
@@ -6,8 +6,6 @@
6
6
  "TITLE":"Home Title",
7
7
  "META":"See collection of all Android alarm libraries, filter by license, modified date, languages, and select best for your usecase.",
8
8
  "keywords":"key1,key2,key3,key4",
9
- "cssfilepaths":["file.css"],
10
- "jsfilepaths":["file.js"],
11
9
  "features":[
12
10
  {
13
11
  "name":"Compress PDF",
@@ -117,9 +115,114 @@
117
115
  },
118
116
  {
119
117
  "question": "What will happen to the alarm that I have set, if I close the browser ?",
120
- "answer": "It will be gone. The alarm will not ring after $variable minutes, if you close the browser."
118
+ "answer": "Boosting the bass of your track will definitely affect the volume of your audio track. But that is very natural because you might be increasing or decreasing the decibels in the \"Gain\" feature according to your requirements. Boosting or reducing the volume of your soundtrack is exactly what this feature does."
119
+ }
120
+ ],
121
+ "megaMenu": {
122
+ "nav-link-name": "Tools",
123
+ "dropdown": [{
124
+ "categoryName":"Compress Pdf",
125
+ "links": [
126
+ {
127
+ "iconSrc": "/assets/cloud.svg",
128
+ "name": "Compress",
129
+ "url":"/",
130
+ "hover": "red"
131
+ },
132
+ {
133
+ "iconSrc": "/assets/cloud.svg",
134
+ "name": "Split",
135
+ "url":"/",
136
+ "hover": "blue"
137
+
138
+ },
139
+ {
140
+ "iconSrc": "/assets/easy.svg",
141
+ "name": "Merge Pdf",
142
+ "url":"/",
143
+ "hover": "green"
144
+ }
145
+ ]
146
+
147
+ },
148
+ {
149
+ "categoryName":"Compress Pdf",
150
+ "links": [
151
+ {
152
+ "iconSrc": "/assets/cloud.svg",
153
+ "name": "Compress",
154
+ "url":"/",
155
+ "hover": "red"
156
+ },
157
+ {
158
+ "iconSrc": "/assets/cloud.svg",
159
+ "name": "Split",
160
+ "url":"/",
161
+ "hover": "blue"
162
+
163
+ },
164
+ {
165
+ "iconSrc": "/assets/easy.svg",
166
+ "name": "Merge Pdf",
167
+ "url":"/",
168
+ "hover": "green"
169
+ }
170
+ ]
171
+
172
+ },
173
+ {
174
+ "categoryName":"Compress Pdf",
175
+ "links": [
176
+ {
177
+ "iconSrc": "/assets/cloud.svg",
178
+ "name": "Compress",
179
+ "url":"/",
180
+ "hover": "red"
181
+ },
182
+ {
183
+ "iconSrc": "/assets/cloud.svg",
184
+ "name": "Split",
185
+ "url":"/",
186
+ "hover": "blue"
187
+
188
+ },
189
+ {
190
+ "iconSrc": "/assets/easy.svg",
191
+ "name": "Merge Pdf",
192
+ "url":"/",
193
+ "hover": "green"
194
+ }
195
+ ]
196
+
197
+ },
198
+ {
199
+ "categoryName":"Compress Pdf",
200
+ "links": [
201
+ {
202
+ "iconSrc": "/assets/cloud.svg",
203
+ "name": "Compress",
204
+ "url":"/",
205
+ "hover": "red"
206
+ },
207
+ {
208
+ "iconSrc": "/assets/cloud.svg",
209
+ "name": "Split",
210
+ "url":"/",
211
+ "hover": "blue"
212
+
213
+ },
214
+ {
215
+ "iconSrc": "/assets/easy.svg",
216
+ "name": "Merge Pdf",
217
+ "url":"/",
218
+ "hover": "green"
219
+ }
220
+ ]
221
+
222
+ }
223
+
224
+ ]
121
225
  }
122
- ]
123
226
 
124
227
 
125
228
  }
@@ -2,11 +2,13 @@
2
2
  "langsupport":[
3
3
  {
4
4
  "lang":"English",
5
- "permalink":"/"
5
+ "permalink":"/",
6
+ "hreflang":"en"
6
7
  },
7
8
  {
8
9
  "lang":"हिन्दी",
9
- "permalink":"/hi"
10
+ "permalink":"/hi",
11
+ "hreflang":"hi"
10
12
  }
11
13
  ]
12
14
  }
@@ -81,4 +81,4 @@ localStorage.setItem(`${tool}rating`,index+1)
81
81
  }}))
82
82
  </script>
83
83
 
84
- {%- endif -%}
84
+ {%- endif -%}
@@ -13,17 +13,23 @@
13
13
  <script type="application/ld+json">
14
14
  {
15
15
  "@context": "http://schema.org",
16
- "@type": "Product",
17
- "brand": "{{site.name}}",
16
+ "@type": "WebApplication",
17
+ "operatingSystem":"All - Windows/Mac/iOS/Linux/Android",
18
+ "applicationCategory":"UtilitiesApplication",
18
19
  "name": "{{name}}",
19
- "description": "{{description}}",
20
- "category": "Productivity",
20
+ "url":"{{site.url | append: page.url}}",
21
+ "image":"{{site.siteurl}}{{site.logo}}",
21
22
  "aggregateRating": {
22
- "@type": "AggregateRating",
23
+ "@type": "AggregateRating",
23
24
  "worstRating":"1",
24
25
  "bestRating":"5",
25
26
  "ratingValue": "{{rating}}",
26
27
  "ratingCount": "{{votes}}"
28
+ },
29
+ "offers": {
30
+ "@type": "Offer",
31
+ "price": "0.00",
32
+ "priceCurrency": "USD"
27
33
  }
28
34
  }
29
35
  </script>
@@ -1,7 +1,7 @@
1
1
  {%- include /authors/authors.html -%}
2
2
  <div class="wrapfooter">
3
3
  <span class="author_image">
4
- <img class="author-thumb" src="{{ image }}" alt="{{ authorName}}" id="author_img">
4
+ <img class="author-thumb" loading="lazy" src="{{ image }}" height="35px" width="35px" alt="{{ authorName}}" id="author_img">
5
5
  </span>
6
6
  <span class="author-meta">
7
7
  <span class="post-name">
@@ -1,11 +1,11 @@
1
- {% assign Ankita = "Ankita&&/assets/images/Ankita.png&&Ankita has majored in Applied Communication studies, with over 4 years of experience content writing. She is an expert at word games and freqently shares her thoughts on word games, and many other topics.&&https://twitter.com/roy93anki" | split: '&&' %}
2
- {% assign Keshav = "Keshav Agarwal&&https://slack-imgs.com/?c=1&o1=ro&url=https%3A%2F%2Fca.slack-edge.com%2FT01CG7GK9FE-U01PFLLC58T-0d4cf04da467-512&&Keshav Agarwal is an aspiring Android developer with keen interest in computers, technology and development. He also has a knack of writing and loves to share his knowledge with the help of his posts.&&https://mobile.twitter.com/KeshavA76099697" | split: '&&' %}
3
- {% assign Anushka = "Anushka Guha&&/assets/images/Anushka.jpg&&Anushka is an aspiring Instrumentation engineer who thrives on good music, books and travelling. She has been creating content on all of this and often shares her thoughts on the technicalities behind various file formats and their processing.
1
+ {% assign Ankita = "Ankita&&/assets/images/Ankita.webp&&Ankita has majored in Applied Communication studies, with over 4 years of experience content writing. She is an expert at word games and freqently shares her thoughts on word games, and many other topics.&&https://twitter.com/roy93anki" | split: '&&' %}
2
+ {% assign Keshav = "Keshav Agarwal&&/assets/images/keshav.webp&&Keshav Agarwal is an aspiring Android developer with keen interest in computers, technology and development. He also has a knack of writing and loves to share his knowledge with the help of his posts.&&https://mobile.twitter.com/KeshavA76099697" | split: '&&' %}
3
+ {% assign Anushka = "Anushka Guha&&/assets/images/Anushka.webp&&Anushka is an aspiring Instrumentation engineer who thrives on good music, books and travelling. She has been creating content on all of this and often shares her thoughts on the technicalities behind various file formats and their processing.
4
4
  &&https://twitter.com/its_anushka_" | split: '&&' %}
5
- {% assign Paavan = "Thandra Paavan Kumar&&https://pbs.twimg.com/profile_images/1389497839143718912/s1j65-oA_400x400.jpg&&Paavan Kumar is an enthusiastic nanotech engineer who has a keen intererst in micro and nano science with a good sense of content creation on diverse topics and often shares his thoughts and helps those he can. He have a knack of writing essays,stories and poems.&&https://twitter.com/PaavanThandra" | split: '&&' %}
6
- {% assign Arjyahi = "Arjyahi Bhattacharya&&/assets/images/Arjyahi.jpeg&&Arjyahi is an aspiring Civil engineer who loves photography, music, books and philosophy. She also loves nature and animals. She enjoys reading and sharing information on various topics involving her knacks.&&https://twitter.com/arjyahi" | split: '&&' %}
7
- {% assign Nikita = "Nikita Gupta&&/assets/images/Nikita.png&&Nikita is an aspiring MBA graduate, who loves creating content. She loves reading and watching anime. She is into other languages and currently learning Spanish, French and Japanese. Her favourite timepass is solving sudokus. &&N/A" | split: '&&' %}
8
- {% assign Alka = "Alka Bisht&&/assets/images/Alka.jpg&&Alka Bisht is an experienced content writer with a penchnat for writing compellinmg content within technical and non- technical areas. As a content writer her goals include providing the best content throughout her writing journey.&&N/A" | split: '&&' %}
5
+ {% assign Paavan = "Thandra Paavan Kumar&&/assets/images/paavan.webp&&Paavan Kumar is an enthusiastic nanotech engineer who has a keen intererst in micro and nano science with a good sense of content creation on diverse topics and often shares his thoughts and helps those he can. He have a knack of writing essays,stories and poems.&&https://twitter.com/PaavanThandra" | split: '&&' %}
6
+ {% assign Arjyahi = "Arjyahi Bhattacharya&&/assets/images/Arjyahi.webp&&Arjyahi is an aspiring Civil engineer who loves photography, music, books and philosophy. She also loves nature and animals. She enjoys reading and sharing information on various topics involving her knacks.&&https://twitter.com/arjyahi" | split: '&&' %}
7
+ {% assign Nikita = "Nikita Gupta&&/assets/images/Nikita.webp&&Nikita is an aspiring MBA graduate, who loves creating content. She loves reading and watching anime. She is into other languages and currently learning Spanish, French and Japanese. Her favourite timepass is solving sudokus. &&N/A" | split: '&&' %}
8
+ {% assign Alka = "Alka Bisht&&/assets/images/Alka.webp&&Alka Bisht is an experienced content writer with a penchnat for writing compellinmg content within technical and non- technical areas. As a content writer her goals include providing the best content throughout her writing journey.&&N/A" | split: '&&' %}
9
9
  {%- assign author = post.author -%}
10
10
  {%- assign collection = [author] -%}
11
11
  {%- for item in collection -%}
@@ -13,8 +13,8 @@
13
13
  <link rel="shortcut icon" href="{{favicon}}">
14
14
  <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
15
15
  <meta name="keywords" content="{{site.keyboard}}">
16
- <meta name="description" content="{{ seo_description}}">
17
- <meta name="og:description" content="{{ seo_description}}">
16
+ <meta name="description" content="{{ seo_description | slice: 0, 155 }}">
17
+ <meta name="og:description" content="{{ seo_description | slice: 0, 155 }}">
18
18
  <meta property="og:title" content="{{ page.title | default: site.title }}">
19
19
  <meta property="og:type" content="{{og_type}}">
20
20
  <meta property="og:locale" content="en_US">
@@ -22,7 +22,6 @@
22
22
  <meta property="og:url" content="{{site.url | append: page.url}}">
23
23
  <meta name="author" content="{{ site.author_name }}">
24
24
  <title>{{page.title}}</title>
25
- <link href="https://fonts.googleapis.com/css2?family=Quicksand&display=swap" rel="stylesheet">
26
25
  <link href="https://fonts.googleapis.com/css2?family=Open+Sans&display=swap" rel="stylesheet">
27
26
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.0/css/all.min.css" />
28
27
  <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css">
@@ -4,7 +4,7 @@
4
4
  <div class="container">
5
5
  <div class="footer-wrapper">
6
6
  {%- if dataToShow.logo -%}
7
- <div class="footer-logo-cont"><img src="{{dataToShow.logo}}" title="logo"
7
+ <div class="footer-logo-cont"><img loading="lazy" src="{{dataToShow.logo}}" title="logo"
8
8
  class="footer-logo">
9
9
  <div class="footer-title">{{dataToShow.heading}}</div>
10
10
  </div>
@@ -36,7 +36,7 @@
36
36
  <a class="cVpsCJ px-3" target="_blank" rel="noopener noreferrer"
37
37
  href="{{data.url}}" title="LinkedIn">
38
38
  <div class="sDfHB" style="width:24px;height:24px">
39
- <img src="{{data.logo}}" title="{{data.title}}">
39
+ <img loading="lazy" src="{{data.logo}}" title="{{data.title}}">
40
40
  </div>
41
41
  </a>
42
42
  {% endfor %}
@@ -7,6 +7,8 @@
7
7
  {% assign description = dataToShow.META | replace:"$variable", page.value | default: site.description %}
8
8
  {% assign keywords = dataToShow.keywords %}
9
9
  {% assign favicon = site.favicon %}
10
+ {%- assign langsupport = page.langsupport -%}
11
+ {%- assign variable = site.data.languagesupport[langsupport]-%}
10
12
  {{site.weburl}}
11
13
  <meta charset="utf-8">
12
14
  <link rel="shortcut icon" href="{{favicon}}">
@@ -16,11 +18,12 @@
16
18
  <meta name="keywords" content="{{keywords}}" />
17
19
  {%- endif -%}
18
20
  <meta name="description" content="{{description}}">
19
- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css"
20
- integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous">
21
+ <link rel="preload" href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css"
22
+ integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous" as="style" onload="this.rel='stylesheet'">
21
23
  <link rel="canonical" href="{{site.url | append: page.url}}">
22
- <link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700" rel="stylesheet">
23
- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css" />
24
+ <link rel="preconnect" href="https://fonts.gstatic.com">
25
+ <link href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600&display=swap" rel="stylesheet">
26
+ <link rel="preload" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css" as="style" onload="this.rel='stylesheet'">
24
27
  <link rel="stylesheet" href="/assets/css/tools.css">
25
28
  <meta data-rh="true" property="og:image" content="{{site.url}}{{favicon}}">
26
29
  <meta property="og:title" content="{{title}}">
@@ -33,6 +36,9 @@
33
36
  <meta data-rh="true" name="twitter:title" content="{{title}}">
34
37
  <meta data-rh="true" name="twitter:description" content="{{description}}">
35
38
  <meta data-rh="true" name="twitter:image:src" content="{{site.url}}{{favicon}}">
39
+ {%- for item in variable.langsupport -%}
40
+ <link data-rh="true" rel="alternate" href="{{site.url | append: item.permalink}}" hreflang="{{item.hreflang}}">
41
+ {%- endfor -%}
36
42
  {% include cssfile/links.html %}
37
43
  <script type="application/ld+json">
38
44
  {
@@ -56,19 +62,19 @@
56
62
  {
57
63
  "@context": "http://schema.org",
58
64
  "@type": "HowTo",
59
- "name": "{{dataToShow.HOW_TO_CONTENT.heading}}",
65
+ "name": "{{dataToShow.HOW_TO_CONTENT.heading | replace:'"', "'" }}",
60
66
  "image": "{{site.siteurl}}{{dataToShow.HOW_TO_CONTENT.logoImageUrl}}",
61
67
  "step": [
62
68
  {%- for item in dataToShow.HOW_TO_CONTENT.steps-%}
63
69
  {%- if forloop.last == true -%}
64
70
  { "@type": "HowToStep",
65
- "text": "{{item}}",
71
+ "text": "{{item | replace:'"', "'" }}",
66
72
  "image": "{{site.siteurl}}{{dataToShow.HOW_TO_CONTENT.logoImageUrl}}",
67
73
  "url": "{{site.siteurl}}#step{{ forloop.index }}"
68
74
  }
69
75
  {%- else -%}
70
76
  { "@type": "HowToStep",
71
- "text": "{{item}}",
77
+ "text": "{{item | replace:'"', "'" }}",
72
78
  "image": "{{site.siteurl}}{{dataToShow.HOW_TO_CONTENT.logoImageUrl}}",
73
79
  "url": "{{site.siteurl}}#step{{ forloop.index}}"
74
80
  },
@@ -89,18 +95,18 @@
89
95
  {%- for item in dataToShow.FAQ-%}
90
96
  {%- if forloop.last == true -%}
91
97
  {"@type": "Question",
92
- "name": "{{item.question}}",
98
+ "name": "{{item.question | replace:'"', "'" }}",
93
99
  "acceptedAnswer": {
94
100
  "@type": "Answer",
95
- "text": "{{item.answer}}"
101
+ "text": "{{item.answer | replace:'"', "'" }}"
96
102
  }
97
103
  }
98
104
  {%- else -%}
99
105
  {"@type": "Question",
100
- "name": "{{item.question}}",
106
+ "name": "{{item.question | replace:'"', "'" }}",
101
107
  "acceptedAnswer": {
102
108
  "@type": "Answer",
103
- "text": "{{item.answer}}"
109
+ "text": "{{item.answer | replace:'"', "'" }}"
104
110
  }
105
111
  },
106
112
  {%- endif -%}
@@ -1,12 +1,12 @@
1
1
  <header id="header">
2
- <nav class="navbar navbar-expand-lg navbar-dark bg-light mx-xl-4 py-3">
2
+ <nav class="navbar navbar-expand-lg navbar-dark bg-light py-3">
3
3
  {%- assign navbar = site.data.blog.nav -%}
4
4
  {% if navbar.navbarBrandText != "" %}
5
5
  <a class="navbar-brand" href="/" title="{{navbar.navbarBrandText}}">{{navbar.navbarBrandText}}</a>
6
6
 
7
7
  {% else %}
8
8
  <a href="/">
9
- <img class="logo-height" src="{{navbar.navbarBrandLogo}}" alt="{{navbar.navbarBrandLogo}}" style="height: 40px; width: 40px;" class="navbar-brand-image">
9
+ <img class="logo-height" loading="lazy" src="{{navbar.navbarBrandLogo}}" alt="{{navbar.navbarBrandLogo}}" style="height: 40px; width: 40px;" class="navbar-brand-image">
10
10
 
11
11
  </a>
12
12
  {% endif %}
@@ -1,5 +1,8 @@
1
1
  {% assign lang = page.lang %}
2
2
  {% assign dataToShow = site.data.header[lang].data %}
3
+ {% assign file = page.fileName %}
4
+ {% assign folder = page.folderName %}
5
+ {% assign Data= site.data[folder][lang][file] %}
3
6
  <header class="nav-header">
4
7
 
5
8
  <nav class="navbar navbar-expand-lg py-3 px-sm-2">
@@ -18,19 +21,25 @@
18
21
  </button>
19
22
 
20
23
  <div class="collapse navbar-collapse" id="navbarSupportedContent">
21
- {%- if dataToShow.megaMenu -%}
22
- <li class="nav-item nav__item">
24
+
25
+ {%- if Data.megaMenu -%}
26
+ <li class="nav-item nav__item">
23
27
  <a class="dropdown-toggle ml-lg-5" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
24
- {{dataToShow.megaMenu.nav-link-name}}
28
+ {{Data.megaMenu.nav-link-name}}
25
29
  </a>
26
30
  <ul class="dropmenu dropdown-menu" aria-labelledby="navbarDropdown">
27
31
  <div class="inner-dropdown">
28
- {%- for item in dataToShow.megaMenu.dropdown -%}
32
+ {%- for item in Data.megaMenu.dropdown -%}
29
33
  <div class="catPad mb-4">
30
34
  <li class="text-muted">{{item.categoryName}}</li>
31
35
  <div> {%- for item in item.links -%}
32
36
  <li>
33
- <a href="{{item.url}}"><img class="d-inline mr-2" style="height:20px;width:20px;" src="{{item.iconSrc}}">{{item.name}}</li></a>
37
+ <a href="{{item.url}}">
38
+ {%- if item.iconSrc -%}
39
+ <img class="d-inline mr-2" loading="lazy" style="height:20px;width:20px;" src="{{item.iconSrc}}">
40
+ {%- endif -%}
41
+ {{item.name}}
42
+ </a></li>
34
43
  {%- endfor -%}
35
44
  </div>
36
45
  </div>
@@ -38,7 +47,35 @@
38
47
  </div>
39
48
  </ul>
40
49
  </li>
50
+ {%- else -%}
51
+ {%- if dataToShow.megaMenu -%}
52
+ <li class="nav-item nav__item">
53
+ <a class="dropdown-toggle ml-lg-5" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
54
+ {{dataToShow.megaMenu.nav-link-name}}
55
+ </a>
56
+ <ul class="dropmenu dropdown-menu" aria-labelledby="navbarDropdown">
57
+ <div class="inner-dropdown">
58
+ {%- for item in dataToShow.megaMenu.dropdown -%}
59
+ <div class="catPad mb-4">
60
+ <li class="text-muted">{{item.categoryName}}</li>
61
+ <div> {%- for item in item.links -%}
62
+ <li>
63
+ <a href="{{item.url}}">
64
+ {%- if item.iconSrc -%}
65
+ <img class="d-inline mr-2" loading="lazy" style="height:20px;width:20px;" src="{{item.iconSrc}}">
66
+ {%- endif -%}
67
+ {{item.name}}</a> </li>
68
+ {%- endfor -%}
69
+ </div>
70
+ </div>
71
+ {%- endfor -%}
72
+ </div>
73
+ </ul>
74
+ </li>
75
+ {%- endif -%}
41
76
  {%- endif -%}
77
+
78
+
42
79
  <ul class="navbar-nav mr-auto ">
43
80
  {% for item in dataToShow.navItems %}
44
81
  <li class="nav-item nav__item">
@@ -46,10 +83,10 @@
46
83
  </li>
47
84
  {% endfor %}
48
85
  </ul>
49
- </nav>
50
86
  </div>
51
- </nav>
52
87
  </div>
88
+ </nav>
89
+
53
90
  </header>
54
91
 
55
92
 
@@ -1,38 +1,30 @@
1
- <!-- begin post -->
1
+ {%- include /authors/authors.html -%}
2
2
  <div class="col-lg-4 col-md-6 mb-4 card-group">
3
3
  <div class="card h-100">
4
4
  <a href="{{ post.url }}">
5
- <img src="{{ post.image }}" class="card-img-top" alt="">
5
+ <img src="{{ post.image }}" class="card-img-top" height="208px" width="100%" loading="lazy" alt="">
6
6
  </a>
7
7
  <div class="card-body">
8
- <a href="{{ post.url }}" class="anchor_link">
9
- <h4 class="card-title mb-4">{{ post.title }}</h4>
8
+ <a class="text-decoration-none text-dark" href="{{ post.url }}" class="anchor_link">
9
+ <h4 class="card-title mb-4 text-left">{{ post.title }}</h4>
10
10
  </a>
11
11
  </div>
12
-
13
- {% assign author = site.data.blog.authors[post.author] %}
14
12
  <div class="card-footer bg-white">
15
13
  <div class="wrapfooter">
16
14
  {% if post.author %}
17
15
  <span class="meta-footer-thumb">
18
- <img class="author-thumb" src="{{ author.image }}" alt="{{ author.name }}">
16
+ <img class="author-thumb" loading="lazy" src="{{image}}" alt="{{ authorName }}">
19
17
  </span>
20
18
  {% endif %}
21
-
22
19
  <span class="author-meta">
23
20
  <span class="post-name">
24
- <a target="_blank" href="/blog">{{post.author}}</a>
21
+ <a target="_blank" href="/blog">{{authorName}}</a>
25
22
  </span><br>
26
23
  <span class="post-date">{{post.date | date_to_string }}</span>
27
24
  </span>
28
- <span class="post-read-more"><a href="{{ post.url }}" title="Read Story"><svg class="svgIcon-use"
29
- width="25" height="25" viewBox="0 0 25 25">
30
- <path
31
- d="M19 6c0-1.1-.9-2-2-2H8c-1.1 0-2 .9-2 2v14.66h.012c.01.103.045.204.12.285a.5.5 0 0 0 .706.03L12.5 16.85l5.662 4.126a.508.508 0 0 0 .708-.03.5.5 0 0 0 .118-.285H19V6zm-6.838 9.97L7 19.636V6c0-.55.45-1 1-1h9c.55 0 1 .45 1 1v13.637l-5.162-3.668a.49.49 0 0 0-.676 0z"
32
- fill-rule="evenodd"></path>
33
- </svg></a></span>
25
+ <span class="post-read-more"><a class="text-dark" href="{{ post.url }}"
26
+ title="Read Story">Read More</a></span>
34
27
  </div>
35
28
  </div>
36
29
  </div>
37
- </div>
38
- <!-- end post -->
30
+ </div>