appscms-tools-theme 4.0.3 → 4.0.4

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.
Files changed (107) hide show
  1. checksums.yaml +4 -4
  2. data/_data/about/en/about.json +16 -16
  3. data/_data/blog/nav.json +13 -13
  4. data/_data/blog/relatedblogs.json +6932 -6932
  5. data/_data/download/en/download.json +73 -73
  6. data/_data/feature/en/3_shop_posters.json +361 -361
  7. data/_data/feature/en/allele-frequency.json +321 -321
  8. data/_data/feature/en/batch-conversion.json +153 -153
  9. data/_data/feature/en/compress-pdf.json +308 -308
  10. data/_data/feature/en/devtools.json +299 -299
  11. data/_data/feature/en/face-detection.json +123 -123
  12. data/_data/feature/en/split-pdf.json +176 -176
  13. data/_data/feature/en/theframe.json +126 -126
  14. data/_data/feature/hi/compress-pdf.json +162 -162
  15. data/_data/feature/tr/compress-pdf.json +161 -161
  16. data/_data/footer/en/data.json +167 -167
  17. data/_data/header/en/data.json +174 -174
  18. data/_data/home/en/en.json +381 -381
  19. data/_data/home/en/photoeffects.json +97 -97
  20. data/_data/home/en/posters.json +322 -322
  21. data/_data/home-1/en/en.json +308 -308
  22. data/_includes/appscms/customblog/pageRelatedPosts.html +84 -84
  23. data/_includes/appscms/customblog/recentposts.html +67 -67
  24. data/_includes/appscms/customblog/relatedBlogs.html +83 -83
  25. data/_includes/appscms/customblog/relatedposts.html +196 -200
  26. data/_includes/appscms/extras/appscms-postbox.html +65 -65
  27. data/_includes/appscms/featurePageAuthors/featurePageAuthors.html +97 -97
  28. data/_includes/appscms/featurehighlight/featurehighlight.html +1 -1
  29. data/_includes/appscms/head/bloghead.html +238 -238
  30. data/_includes/appscms/infographics/infographics.html +109 -109
  31. data/_includes/appscms/recent-posts/recent_posts.html +92 -90
  32. data/_includes/appscms/recent-posts/related_categories_post.html +198 -198
  33. data/_includes/author_bio.html +41 -41
  34. data/_includes/authorpagehead/index.html +47 -47
  35. data/_includes/authors/authors.html +117 -117
  36. data/_includes/batch-conversion.html +141 -141
  37. data/_includes/cssfile/links.html +54 -54
  38. data/_includes/custom-head.html +138 -138
  39. data/_includes/customCode.html +1 -1
  40. data/_includes/customScripts.html +1 -1
  41. data/_includes/customblog/pageRelatedPosts.html +87 -87
  42. data/_includes/customblog/relatedBlogs.html +86 -86
  43. data/_includes/dropdown/langdropdown.html +32 -32
  44. data/_includes/feature.html +39 -39
  45. data/_includes/featurePageAuthors/featurePageAuthors.html +97 -97
  46. data/_includes/footer/index.html +538 -538
  47. data/_includes/google-analytics.html +32 -32
  48. data/_includes/head/index.html +623 -623
  49. data/_includes/header/blogHeader.html +34 -34
  50. data/_includes/header/index.html +192 -192
  51. data/_includes/infographics/infographics.html +230 -230
  52. data/_includes/paginationBlogPage.html +70 -70
  53. data/_includes/script.html +557 -557
  54. data/_includes/share/socialshare.html +21 -21
  55. data/_includes/userTracking.html +43 -43
  56. data/_layouts/aboutUs.html +98 -98
  57. data/_layouts/allAuthors.html +131 -131
  58. data/_layouts/appscms-about.html +163 -163
  59. data/_layouts/appscms-audio.html +33 -33
  60. data/_layouts/appscms-author.html +408 -408
  61. data/_layouts/appscms-authors.html +132 -132
  62. data/_layouts/appscms-calculator.html +93 -93
  63. data/_layouts/appscms-categories.html +26 -26
  64. data/_layouts/appscms-contact.html +132 -132
  65. data/_layouts/appscms-disclaimer.html +124 -124
  66. data/_layouts/appscms-download.html +289 -289
  67. data/_layouts/appscms-feature-result.html +94 -94
  68. data/_layouts/appscms-help.html +25 -25
  69. data/_layouts/appscms-imagekit.html +113 -113
  70. data/_layouts/appscms-post.html +243 -243
  71. data/_layouts/appscms-privacy-policy.html +781 -781
  72. data/_layouts/appscms-terms-and-conditions.html +646 -646
  73. data/_layouts/appscms-video.html +33 -33
  74. data/_layouts/audio.html +33 -33
  75. data/_layouts/author.html +408 -408
  76. data/_layouts/batch.html +177 -177
  77. data/_layouts/blog.html +131 -131
  78. data/_layouts/calculator.html +99 -99
  79. data/_layouts/devtools.html +57 -57
  80. data/_layouts/feature-1.html +406 -406
  81. data/_layouts/feature.html +434 -434
  82. data/_layouts/featureResultPage.html +80 -80
  83. data/_layouts/frame.html +222 -222
  84. data/_layouts/home.html +300 -300
  85. data/_layouts/imagekit.html +303 -303
  86. data/_layouts/photo-effects-home.html +190 -190
  87. data/_layouts/post.html +233 -233
  88. data/assets/app.js +75 -75
  89. data/assets/css/appscms-blog.css +500 -500
  90. data/assets/css/appscms-home.css +5 -5
  91. data/assets/css/appscms-imagekit.css +854 -854
  92. data/assets/css/appscms-variables.css +18 -18
  93. data/assets/css/blog.css +509 -509
  94. data/assets/css/calculators.css +46 -46
  95. data/assets/css/devtools.css +105 -105
  96. data/assets/css/feature-1.css +293 -293
  97. data/assets/css/imagekit copy.css +848 -848
  98. data/assets/css/tools.css +1817 -1817
  99. data/assets/images/digipaint.svg +6 -6
  100. data/assets/images/logo.svg +2 -2
  101. data/assets/images/manthink.svg +3552 -3552
  102. data/assets/js/batch.js +256 -256
  103. data/assets/js/devtools.js +81 -81
  104. data/assets/js/sharePage.js +65 -65
  105. data/assets/js/usageTracking.js +143 -143
  106. data/assets/js/usageTrackingEvents.js +6 -6
  107. metadata +2 -2
@@ -1,199 +1,199 @@
1
- <section class="related-posts-section">
2
- <div class="container">
3
- <div class="relatedPosts">
4
- {%- if site.monumetricId and page.url != '/' and page.lang == "en" -%}
5
-
6
- <div class="row">
7
- <div class="col-md-9 mx-auto">
8
- {%- endif -%}
9
- <h2 class="pt-5 pb-0 related_post_heading mb-3">You might also like</h2>
10
- {%- if site.monumetricId and page.url != '/' and page.lang == "en" -%}
11
-
12
- </div>
13
- </div>
14
- {%- endif -%}
15
-
16
-
17
- {% assign maxRelated = 6 %}
18
- {% assign minCommonTags = 1 %}
19
- {% assign maxRelatedCounter = 0 %}
20
- {% assign file = page.fileName %}
21
- {% assign lang = "en" %}
22
- {% assign folder = page.folderName %}
23
- {%- if site.data[folder][lang][file].categories -%}
24
- {% assign categories= site.data[folder][lang][file].categories %}
25
- {%- else -%}
26
- {% assign categories= page.categories %}
27
- {%- endif -%}
28
- {%- if site.data[folder][lang][file].tags -%}
29
- {% assign tags= site.data[folder][lang][file].tags %}
30
- {%- else -%}
31
- {% assign tags= page.tags %}
32
- {%- endif -%}
33
- <div class="row allblogs shadow appscms-blogs">
34
- {%- if site.monumetricId and page.url != '/' and page.lang == "en" -%}
35
-
36
-
37
- <div class="col-md-9 mx-auto">
38
- <div class="row">
39
- {%- endif -%}
40
- {% for post in site.posts %}
41
- {% assign sameTagCount = 0 %}
42
- {% assign commonTags = '' %}
43
-
44
-
45
- {%- if categories -%}
46
- {% for category in post.categories %}
47
- {% if post.url != page.url %}
48
- {% if categories contains category %}
49
- {% assign sameTagCount = sameTagCount | plus: 1 %}
50
- {% endif %}
51
- {% endif %}
52
- {% endfor %}
53
- {%- endif -%}
54
-
55
- {%- if tags -%}
56
- {% for tag in post.tags %}
57
- {% if post.url != page.url %}
58
- {% if tags contains tag %}
59
- {% assign sameTagCount = sameTagCount | plus: 1 %}
60
- {% endif %}
61
- {%- endif -%}
62
- {% endfor %}
63
- {%- endif -%}
64
-
65
-
66
- {% if sameTagCount >= minCommonTags %}
67
- {%- include authors/authors.html-%}
68
- <div class="
69
- {%- if site.monumetricId and page.url != '/' and page.lang == " en" -%} col-md-6 mb-4
70
- card-group {%- else -%} col-lg-4 col-md-6 mb-4 card-group {%- endif -%} ">
71
- <div class=" card h-100">
72
- <a href="{{ post.url }}">
73
- <img src="{{ post.image }}" loading="lazy" class="card-img-top" height="auto"
74
- width="100%" alt="{{post.title}}" {%- if site.crossorigin -%} crossorigin {%- endif
75
- -%}>
76
- </a>
77
- <div class="card-body">
78
- <a class="text-decoration-none text-dark" href="{{ post.url }}" class="anchor_link">
79
- <h4 class="card-title mb-4 text-left">{{ post.title }}</h4>
80
- </a>
81
- </div>
82
- <div class="card-footer bg-white">
83
- <div class="wrapfooter">
84
- {% if post.author %}
85
- <span class="meta-footer-thumb">
86
- <img class="author-thumb" loading="lazy" src="{{ image }}"
87
- alt="{{ authorName }}" {%- if site.crossorigin -%} crossorigin {%- endif
88
- -%}>
89
- </span>
90
- {% endif %}
91
-
92
- <span class="author-meta">
93
- <span class="post-name">
94
- <a target="_blank" href="/blog">{{authorName}}</a>
95
- </span><br>
96
- <span class="post-date">{{post.date | date_to_string }}</span>
97
- </span>
98
- <span class="post-read-more"><a class="text-dark" href="{{ post.url }}"
99
- title="Read Story">Read
100
- More</a></span>
101
- </div>
102
- </div>
103
- </div>
104
- </div>
105
- {% assign maxRelatedCounter = maxRelatedCounter | plus: 1 %}
106
- {% if maxRelatedCounter >= maxRelated %}
107
- {% break %}
108
- {% endif %}
109
- {%- else -%}
110
- {%- endif -%}
111
- {% endfor %}
112
- {%- assign remamingPosts = maxRelated | minus: maxRelatedCounter -%}
113
-
114
-
115
-
116
-
117
- {%- if remamingPosts > 0 -%}
118
- {% assign posts = site.posts | where_exp:"post","post.url != page.url" %}
119
- {% for post in posts %}
120
- {%- if remamingPosts > 0 -%}
121
- {%- assign tagData = true -%}
122
- {%- assign catData = true -%}
123
- {%- if tags -%}
124
- {% for tag in post.tags %}
125
- {% if post.url != page.url %}
126
- {% if tags contains tag %}
127
- {%- assign tagData = false -%}
128
- {%- break -%}
129
- {% endif %}
130
- {%- endif -%}
131
- {% endfor %}
132
- {%- endif -%}
133
- {%- if categories -%}
134
- {%- if tagData == false -%}
135
- {%- continue -%}
136
- {%- else -%}
137
- {% for category in post.categories %}
138
- {% if post.url != page.url %}
139
- {% if categories contains category %}
140
- {%- assign catData = false -%}
141
- {%- break -%}
142
- {% endif %}
143
- {% endif %}
144
- {% endfor %}
145
- {%- endif -%}
146
- {%- if catData == false -%}
147
- {%- continue -%}
148
- {%- endif -%}
149
- {%- assign remamingPosts = remamingPosts | minus: 1 -%}
150
- {%- include authors/authors.html-%}
151
- <div class="
152
- {%- if site.monumetricId and page.url != '/' and page.lang == " en" -%} col-md-6 mb-4
153
- card-group {%- else -%} col-lg-4 col-md-6 mb-4 card-group {%- endif -%} ">
154
- <div class=" card h-100">
155
- <a href="{{ post.url }}">
156
- <img src="{{ post.image }}" class="card-img-top" height="215px" width="100%" loading="lazy"
157
- alt="{{post.title}}" {%- if site.crossorigin -%} crossorigin {%- endif -%}>
158
- </a>
159
- <div class="card-body">
160
- <a class="text-decoration-none text-dark" href="{{ post.url }}" class="anchor_link">
161
- <h4 class="card-title mb-4 text-left">{{ post.title }}</h4>
162
- </a>
163
- </div>
164
- <div class="card-footer bg-white">
165
- <div class="wrapfooter">
166
- {% if post.author %}
167
- <span class="meta-footer-thumb">
168
- <img class="author-thumb" loading="lazy" src="{{image}}" alt="{{ authorName }}" {%-
169
- if site.crossorigin -%} crossorigin {%- endif -%}>
170
- </span>
171
- {% endif %}
172
- <span class="author-meta">
173
- <span class="post-name">
174
- <a target="_blank" href="/blog">{{authorName}}</a>
175
- </span><br>
176
- <span class="post-date">{{post.date | date_to_string }}</span>
177
- </span>
178
- <span class="post-read-more"><a class="text-dark" href="{{ post.url }}"
179
- title="Read Story">Read
180
- More</a></span>
181
- </div>
182
- </div>
183
- </div>
184
- </div>
185
- {%- endif -%}
186
- {%- endif -%}
187
-
188
- {% endfor %}
189
- {%- endif -%}
190
-
191
- {%- if site.monumetricId and page.url != '/' and page.lang == "en" -%}
192
-
193
- </div>
194
- </div>
195
- {%- endif -%}
196
- </div>
197
- </div>
198
- </div>
1
+ <section class="related-posts-section">
2
+ <div class="container">
3
+ <div class="relatedPosts">
4
+ {%- if site.monumetricId and page.url != '/' and page.lang == "en" -%}
5
+
6
+ <div class="row">
7
+ <div class="col-md-9 mx-auto">
8
+ {%- endif -%}
9
+ <h2 class="pt-5 pb-0 related_post_heading mb-3">You might also like</h2>
10
+ {%- if site.monumetricId and page.url != '/' and page.lang == "en" -%}
11
+
12
+ </div>
13
+ </div>
14
+ {%- endif -%}
15
+
16
+
17
+ {% assign maxRelated = 6 %}
18
+ {% assign minCommonTags = 1 %}
19
+ {% assign maxRelatedCounter = 0 %}
20
+ {% assign file = page.fileName %}
21
+ {% assign lang = "en" %}
22
+ {% assign folder = page.folderName %}
23
+ {%- if site.data[folder][lang][file].categories -%}
24
+ {% assign categories= site.data[folder][lang][file].categories %}
25
+ {%- else -%}
26
+ {% assign categories= page.categories %}
27
+ {%- endif -%}
28
+ {%- if site.data[folder][lang][file].tags -%}
29
+ {% assign tags= site.data[folder][lang][file].tags %}
30
+ {%- else -%}
31
+ {% assign tags= page.tags %}
32
+ {%- endif -%}
33
+ <div class="row allblogs shadow appscms-blogs">
34
+ {%- if site.monumetricId and page.url != '/' and page.lang == "en" -%}
35
+
36
+
37
+ <div class="col-md-9 mx-auto">
38
+ <div class="row">
39
+ {%- endif -%}
40
+ {% for post in site.posts %}
41
+ {% assign sameTagCount = 0 %}
42
+ {% assign commonTags = '' %}
43
+
44
+
45
+ {%- if categories -%}
46
+ {% for category in post.categories %}
47
+ {% if post.url != page.url %}
48
+ {% if categories contains category %}
49
+ {% assign sameTagCount = sameTagCount | plus: 1 %}
50
+ {% endif %}
51
+ {% endif %}
52
+ {% endfor %}
53
+ {%- endif -%}
54
+
55
+ {%- if tags -%}
56
+ {% for tag in post.tags %}
57
+ {% if post.url != page.url %}
58
+ {% if tags contains tag %}
59
+ {% assign sameTagCount = sameTagCount | plus: 1 %}
60
+ {% endif %}
61
+ {%- endif -%}
62
+ {% endfor %}
63
+ {%- endif -%}
64
+
65
+
66
+ {% if sameTagCount >= minCommonTags %}
67
+ {%- include authors/authors.html-%}
68
+ <div class="
69
+ {%- if site.monumetricId and page.url != '/' and page.lang == " en" -%} col-md-6 mb-4
70
+ card-group {%- else -%} col-lg-4 col-md-6 mb-4 card-group {%- endif -%} ">
71
+ <div class=" card h-100">
72
+ <a href="{{ post.url }}">
73
+ <img src="{{ post.image }}" loading="lazy" class="card-img-top" height="auto"
74
+ width="100%" alt="{{post.title}}" {%- if site.crossorigin -%} crossorigin {%- endif
75
+ -%}>
76
+ </a>
77
+ <div class="card-body">
78
+ <a class="text-decoration-none text-dark" href="{{ post.url }}" class="anchor_link">
79
+ <h4 class="card-title mb-4 text-left">{{ post.title }}</h4>
80
+ </a>
81
+ </div>
82
+ <div class="card-footer bg-white">
83
+ <div class="wrapfooter">
84
+ {% if post.author %}
85
+ <span class="meta-footer-thumb">
86
+ <img class="author-thumb" loading="lazy" src="{{ image }}"
87
+ alt="{{ authorName }}" {%- if site.crossorigin -%} crossorigin {%- endif
88
+ -%}>
89
+ </span>
90
+ {% endif %}
91
+
92
+ <span class="author-meta">
93
+ <span class="post-name">
94
+ <a target="_blank" href="/blog">{{authorName}}</a>
95
+ </span><br>
96
+ <span class="post-date">{{post.date | date_to_string }}</span>
97
+ </span>
98
+ <span class="post-read-more"><a class="text-dark" href="{{ post.url }}"
99
+ title="Read Story">Read
100
+ More</a></span>
101
+ </div>
102
+ </div>
103
+ </div>
104
+ </div>
105
+ {% assign maxRelatedCounter = maxRelatedCounter | plus: 1 %}
106
+ {% if maxRelatedCounter >= maxRelated %}
107
+ {% break %}
108
+ {% endif %}
109
+ {%- else -%}
110
+ {%- endif -%}
111
+ {% endfor %}
112
+ {%- assign remamingPosts = maxRelated | minus: maxRelatedCounter -%}
113
+
114
+
115
+
116
+
117
+ {%- if remamingPosts > 0 -%}
118
+ {% assign posts = site.posts | where_exp:"post","post.url != page.url" %}
119
+ {% for post in posts %}
120
+ {%- if remamingPosts > 0 -%}
121
+ {%- assign tagData = true -%}
122
+ {%- assign catData = true -%}
123
+ {%- if tags -%}
124
+ {% for tag in post.tags %}
125
+ {% if post.url != page.url %}
126
+ {% if tags contains tag %}
127
+ {%- assign tagData = false -%}
128
+ {%- break -%}
129
+ {% endif %}
130
+ {%- endif -%}
131
+ {% endfor %}
132
+ {%- endif -%}
133
+ {%- if categories -%}
134
+ {%- if tagData == false -%}
135
+ {%- continue -%}
136
+ {%- else -%}
137
+ {% for category in post.categories %}
138
+ {% if post.url != page.url %}
139
+ {% if categories contains category %}
140
+ {%- assign catData = false -%}
141
+ {%- break -%}
142
+ {% endif %}
143
+ {% endif %}
144
+ {% endfor %}
145
+ {%- endif -%}
146
+ {%- if catData == false -%}
147
+ {%- continue -%}
148
+ {%- endif -%}
149
+ {%- assign remamingPosts = remamingPosts | minus: 1 -%}
150
+ {%- include authors/authors.html-%}
151
+ <div class="
152
+ {%- if site.monumetricId and page.url != '/' and page.lang == " en" -%} col-md-6 mb-4
153
+ card-group {%- else -%} col-lg-4 col-md-6 mb-4 card-group {%- endif -%} ">
154
+ <div class=" card h-100">
155
+ <a href="{{ post.url }}">
156
+ <img src="{{ post.image }}" class="card-img-top" height="215px" width="100%" loading="lazy"
157
+ alt="{{post.title}}" {%- if site.crossorigin -%} crossorigin {%- endif -%}>
158
+ </a>
159
+ <div class="card-body">
160
+ <a class="text-decoration-none text-dark" href="{{ post.url }}" class="anchor_link">
161
+ <h4 class="card-title mb-4 text-left">{{ post.title }}</h4>
162
+ </a>
163
+ </div>
164
+ <div class="card-footer bg-white">
165
+ <div class="wrapfooter">
166
+ {% if post.author %}
167
+ <span class="meta-footer-thumb">
168
+ <img class="author-thumb" loading="lazy" src="{{image}}" alt="{{ authorName }}" {%-
169
+ if site.crossorigin -%} crossorigin {%- endif -%}>
170
+ </span>
171
+ {% endif %}
172
+ <span class="author-meta">
173
+ <span class="post-name">
174
+ <a target="_blank" href="/blog">{{authorName}}</a>
175
+ </span><br>
176
+ <span class="post-date">{{post.date | date_to_string }}</span>
177
+ </span>
178
+ <span class="post-read-more"><a class="text-dark" href="{{ post.url }}"
179
+ title="Read Story">Read
180
+ More</a></span>
181
+ </div>
182
+ </div>
183
+ </div>
184
+ </div>
185
+ {%- endif -%}
186
+ {%- endif -%}
187
+
188
+ {% endfor %}
189
+ {%- endif -%}
190
+
191
+ {%- if site.monumetricId and page.url != '/' and page.lang == "en" -%}
192
+
193
+ </div>
194
+ </div>
195
+ {%- endif -%}
196
+ </div>
197
+ </div>
198
+ </div>
199
199
  </section>
@@ -1,41 +1,41 @@
1
- {%- include /authors/authors.html -%}
2
- <style>
3
- .contributor-image {
4
- width: 40px;
5
- border-radius: 100%;
6
- }
7
-
8
- .contributors-count {
9
- background: rgba(175, 184, 193, 0.2);
10
- padding: 5px;
11
- font-size: 15px;
12
- border-radius: 100%;
13
- display: inline-block;
14
- width: 30px;
15
- text-align: center;
16
- }
17
- </style>
18
- <div class="wrapfooter">
19
- <a href="/authors/{{authorName | downcase | replace: ' ' , '-'' }}" class="author_image">
20
- <img class="author-thumb" loading="lazy" src="{{ image }}" height="35px" width="35px" alt="{{ authorName}}"
21
- id="author_img" {%- if site.crossorigin -%} crossorigin {%- endif -%} />
22
- </a>
23
-
24
- <span class="author-meta">
25
- {%- if twitter != 'N/A' -%}
26
- <a class="postName" target="_blank" href="{{twitter}}">{{authorName}}</a>
27
- {%- else -%}
28
- <p class="mb-0 postName">
29
- <a target="_blank" href="/authors/{{authorName | downcase | replace: ' ' , '-'' }}">
30
- {{authorName}}
31
- </a>
32
- </p>
33
- {%- endif -%}
34
- {%- if twitter != 'N/A' -%}
35
- <a class="btn_follow text-decoration-none" target="_blank" href="{{twitter}}">Follow</a>
36
- {%- endif -%}
37
- <p class="author_bio mb-0">{{bio}}</p>
38
- </span>
39
- </div>
40
-
41
-
1
+ {%- include /authors/authors.html -%}
2
+ <style>
3
+ .contributor-image {
4
+ width: 40px;
5
+ border-radius: 100%;
6
+ }
7
+
8
+ .contributors-count {
9
+ background: rgba(175, 184, 193, 0.2);
10
+ padding: 5px;
11
+ font-size: 15px;
12
+ border-radius: 100%;
13
+ display: inline-block;
14
+ width: 30px;
15
+ text-align: center;
16
+ }
17
+ </style>
18
+ <div class="wrapfooter">
19
+ <a href="/authors/{{authorName | downcase | replace: ' ' , '-'' }}" class="author_image">
20
+ <img class="author-thumb" loading="lazy" src="{{ image }}" height="35px" width="35px" alt="{{ authorName}}"
21
+ id="author_img" {%- if site.crossorigin -%} crossorigin {%- endif -%} />
22
+ </a>
23
+
24
+ <span class="author-meta">
25
+ {%- if twitter != 'N/A' -%}
26
+ <a class="postName" target="_blank" href="{{twitter}}">{{authorName}}</a>
27
+ {%- else -%}
28
+ <p class="mb-0 postName">
29
+ <a target="_blank" href="/authors/{{authorName | downcase | replace: ' ' , '-'' }}">
30
+ {{authorName}}
31
+ </a>
32
+ </p>
33
+ {%- endif -%}
34
+ {%- if twitter != 'N/A' -%}
35
+ <a class="btn_follow text-decoration-none" target="_blank" href="{{twitter}}">Follow</a>
36
+ {%- endif -%}
37
+ <p class="author_bio mb-0">{{bio}}</p>
38
+ </span>
39
+ </div>
40
+
41
+
@@ -1,47 +1,47 @@
1
- <head>
2
- {% assign posts = site.posts | where_exp:"post","post.url != page.url" %} {%
3
- for post in posts %} {%- include /authors/authors.html -%} {% if authorName
4
- contains page.authorName %} {% capture author_info %}{% assign author =
5
- authorName %}{% assign bio = bio %}{{ author }} - {{ bio }}{% endcapture %} {%
6
- capture author_name %}{% assign author = authorName %}{{ author }}{%
7
- endcapture %} {% assign authorPageTitle = author_info %} {% assign author_name
8
- = author_name %} {%- endif -%} {% endfor %} {%- assign title = newtitle -%}
9
- {%- assign description = pagedescription-%}
10
-
11
- <meta charset="UTF-8" />
12
- <link rel="shortcut icon" href="{{favicon}}" />
13
- <link rel="canonical" href="{{site.url | append: page.url}}" />
14
- <meta
15
- name="viewport"
16
- content="width=device-width, initial-scale=1, shrink-to-fit=no"
17
- />
18
- <meta name="keywords" content="{{site.keyboard}}" />
19
- <meta
20
- name="description"
21
- content="{{ authorPageTitle | slice: 0, 155 | default: page.description }}"
22
- />
23
- <meta
24
- name="og:description"
25
- content="{{ authorPageTitle | slice: 0, 155 | default: page.description}}"
26
- />
27
- <meta
28
- property="og:title"
29
- content="{{ authorPageTitle | default: page.title }}"
30
- />
31
- <meta property="og:type" content="profile" />
32
- <meta property="og:locale" content="en_US" />
33
- <meta property="og:site_name" content="{{site.name }}" />
34
- <meta property="og:url" content="{{site.url | append: page.url}}" />
35
- <meta name="author" content="{{ author_name | default: page.title }}" />
36
- <title>{{authorPageTitle | default: page.title}}</title>
37
- <link
38
- rel="stylesheet"
39
- href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.0/css/all.min.css"
40
- />
41
- <link
42
- rel="stylesheet"
43
- href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css"
44
- />
45
- <link rel="stylesheet" href="{{'/assets/css/blog.css' | relative_url }}" />
46
- {%- include google-analytics.html -%}
47
- </head>
1
+ <head>
2
+ {% assign posts = site.posts | where_exp:"post","post.url != page.url" %} {%
3
+ for post in posts %} {%- include /authors/authors.html -%} {% if authorName
4
+ contains page.authorName %} {% capture author_info %}{% assign author =
5
+ authorName %}{% assign bio = bio %}{{ author }} - {{ bio }}{% endcapture %} {%
6
+ capture author_name %}{% assign author = authorName %}{{ author }}{%
7
+ endcapture %} {% assign authorPageTitle = author_info %} {% assign author_name
8
+ = author_name %} {%- endif -%} {% endfor %} {%- assign title = newtitle -%}
9
+ {%- assign description = pagedescription-%}
10
+
11
+ <meta charset="UTF-8" />
12
+ <link rel="shortcut icon" href="{{favicon}}" />
13
+ <link rel="canonical" href="{{site.url | append: page.url}}" />
14
+ <meta
15
+ name="viewport"
16
+ content="width=device-width, initial-scale=1, shrink-to-fit=no"
17
+ />
18
+ <meta name="keywords" content="{{site.keyboard}}" />
19
+ <meta
20
+ name="description"
21
+ content="{{ authorPageTitle | slice: 0, 155 | default: page.description }}"
22
+ />
23
+ <meta
24
+ name="og:description"
25
+ content="{{ authorPageTitle | slice: 0, 155 | default: page.description}}"
26
+ />
27
+ <meta
28
+ property="og:title"
29
+ content="{{ authorPageTitle | default: page.title }}"
30
+ />
31
+ <meta property="og:type" content="profile" />
32
+ <meta property="og:locale" content="en_US" />
33
+ <meta property="og:site_name" content="{{site.name }}" />
34
+ <meta property="og:url" content="{{site.url | append: page.url}}" />
35
+ <meta name="author" content="{{ author_name | default: page.title }}" />
36
+ <title>{{authorPageTitle | default: page.title}}</title>
37
+ <link
38
+ rel="stylesheet"
39
+ href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.0/css/all.min.css"
40
+ />
41
+ <link
42
+ rel="stylesheet"
43
+ href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css"
44
+ />
45
+ <link rel="stylesheet" href="{{'/assets/css/blog.css' | relative_url }}" />
46
+ {%- include google-analytics.html -%}
47
+ </head>