appscms-tools-theme 1.8.2 → 1.8.3
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/LICENSE.txt +21 -21
- data/README.md +50 -50
- data/_data/about/en/about.json +16 -16
- data/_data/blog/alertbar.yml +3 -3
- data/_data/blog/authors.yml +11 -11
- data/_data/blog/blog.yml +3 -3
- data/_data/blog/nav.json +13 -13
- data/_data/blog/share.yml +28 -28
- data/_data/contact/en/contact.json +38 -38
- data/_data/disclaimer/en/disclaimer.json +37 -37
- data/_data/download/en/download.json +35 -35
- data/_data/feature/en/split-pdf.json +115 -115
- data/_data/feature/hi/compress-pdf.json +81 -81
- data/_data/feature/tr/compress-pdf.json +80 -80
- data/_data/fileinfo/en/fileinfo.json +14 -14
- data/_data/files/.gitignore +4 -4
- data/_data/files/en/3gp.json +144 -144
- data/_data/files/en/acc.json +25 -25
- data/_data/files/en/aff.json +65 -65
- data/_data/files/en/cr2.json +169 -169
- data/_data/files/en/dvd.json +25 -25
- data/_data/files/en/mov.json +146 -146
- data/_data/files/en/ogg.json +163 -163
- data/_data/files/en/vmv.json +47 -47
- data/_data/footer/en/data.json +72 -72
- data/_data/footer/hi/data.json +68 -68
- data/_data/footer/networksites.json +15 -15
- data/_data/header/en/data.json +134 -134
- data/_data/header/hi/data.json +144 -144
- data/_data/home/en/en.json +282 -282
- data/_data/home/hi/hi.json +86 -86
- data/_data/languagesupport/compress-pdf-langs.json +11 -11
- data/_data/languagesupport/index-langs.json +13 -13
- data/_data/privacy/en/privacyPolicy.json +265 -265
- data/_data/termAndCondition/en/termAndCondition.json +358 -358
- data/_includes/Rating/rating.html +92 -92
- data/_includes/Rating/structureddata.html +53 -53
- data/_includes/Usp/usp.html +86 -86
- data/_includes/adsense/adsense.html +7 -7
- data/_includes/alternates/alternates.html +45 -45
- data/_includes/author_bio.html +16 -16
- data/_includes/cssfile/links.html +11 -11
- data/_includes/custom-head.html +33 -33
- data/_includes/customblog/recentposts.html +46 -46
- data/_includes/customblog/relatedposts.html +174 -174
- data/_includes/disqus_comments.html +10 -10
- data/_includes/dropdown/langdropdown.html +22 -22
- data/_includes/feature.html +37 -37
- data/_includes/fileformat/comparisonfiles.html +151 -151
- data/_includes/fileformat/fileformatdetail.html +101 -101
- data/_includes/fileformat/fileinfoformat.html +93 -93
- data/_includes/footer/index.html +249 -249
- data/_includes/google-analytics.html +22 -22
- data/_includes/header/blogHeader.html +29 -29
- data/_includes/header/index.html +95 -95
- data/_includes/languages/languages.html +61 -33
- data/_includes/monumetric/monumetric.html +60 -60
- data/_includes/nofiletransfer/nofiletransfer.html +38 -38
- data/_includes/paginationBlogPage.html +34 -34
- data/_includes/paginationPostPage.html +14 -14
- data/_includes/postauthorbio.html +17 -17
- data/_includes/postbox.html +31 -31
- data/_includes/script.html +27 -26
- data/_includes/section/alertbar.html +11 -11
- data/_includes/section/count.html +23 -23
- data/_includes/section/recent_posts.html +46 -46
- data/_includes/section/related_categories_post.html +173 -173
- data/_includes/share/socialshare.html +20 -20
- data/_includes/staticfooter.html +55 -55
- data/_layouts/aboutUs.html +24 -24
- data/_layouts/blog.html +70 -70
- data/_layouts/categories.html +25 -25
- data/_layouts/contactUs.html +78 -78
- data/_layouts/default.html +1 -1
- data/_layouts/disclaimer.html +78 -78
- data/_layouts/download.html +285 -280
- data/_layouts/feature.html +209 -209
- data/_layouts/fileInfo.html +39 -39
- data/_layouts/help.html +23 -23
- data/_layouts/home.html +208 -208
- data/_layouts/page.html +5 -5
- data/_layouts/post.html +144 -144
- data/_layouts/privacyPolicy.html +402 -402
- data/_layouts/termAndCondition.html +406 -406
- data/assets/cross.svg +4 -4
- data/assets/css/blog.css +491 -491
- data/assets/css/bootstrap.min.css +6 -6
- data/assets/css/tools.css +1260 -1212
- data/assets/facebook.svg +4 -4
- data/assets/images/safevideoconverter.svg +23 -23
- data/assets/instagram.svg +4 -4
- data/assets/js/TopScroll.js +8 -8
- data/assets/js/googledrive.js +155 -155
- data/assets/js/manifest.json +16 -16
- data/assets/js/multiselect.js +157 -157
- data/assets/linkdin.svg +4 -4
- data/assets/pdf.svg +20 -20
- data/assets/secure.svg +43 -43
- data/assets/star.svg +4 -4
- data/assets/twitter.svg +4 -4
- data/assets/youtube.svg +4 -4
- metadata +2 -2
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
<div class="post-links">
|
|
2
|
-
<div class="bottompagination">
|
|
3
|
-
<div class="pointerup"><i class="fa fa-caret-up"></i></div>
|
|
4
|
-
<span class="navigation" role="navigation">
|
|
5
|
-
<div class="pagination">
|
|
6
|
-
{% if page.previous.url %}
|
|
7
|
-
<a class="ml-1 mr-1 pageUrl" href="{{page.previous.url}}">« Prev</a>
|
|
8
|
-
{% endif %}
|
|
9
|
-
{% if page.next.url %}
|
|
10
|
-
<a class="ml-1 mr-1 pageUrl" href="{{page.next.url}}"> Next »</a>
|
|
11
|
-
{% endif %}
|
|
12
|
-
</div>
|
|
13
|
-
</span>
|
|
14
|
-
</div>
|
|
1
|
+
<div class="post-links">
|
|
2
|
+
<div class="bottompagination">
|
|
3
|
+
<div class="pointerup"><i class="fa fa-caret-up"></i></div>
|
|
4
|
+
<span class="navigation" role="navigation">
|
|
5
|
+
<div class="pagination">
|
|
6
|
+
{% if page.previous.url %}
|
|
7
|
+
<a class="ml-1 mr-1 pageUrl" href="{{page.previous.url}}">« Prev</a>
|
|
8
|
+
{% endif %}
|
|
9
|
+
{% if page.next.url %}
|
|
10
|
+
<a class="ml-1 mr-1 pageUrl" href="{{page.next.url}}"> Next »</a>
|
|
11
|
+
{% endif %}
|
|
12
|
+
</div>
|
|
13
|
+
</span>
|
|
14
|
+
</div>
|
|
15
15
|
</div>
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
{%- assign postAuthor = page.author | split: " " -%}
|
|
2
|
-
{%- assign author = postAuthor.first | downcase -%}
|
|
3
|
-
{%- assign collection = [author] -%}
|
|
4
|
-
{%- for item in collection -%}
|
|
5
|
-
{%- if forloop.index==1 -%}
|
|
6
|
-
{%- assign authorName = item -%}
|
|
7
|
-
{%- endif -%}
|
|
8
|
-
{%- if forloop.index==2 -%}
|
|
9
|
-
{%- assign image = item -%}
|
|
10
|
-
{%- endif -%}
|
|
11
|
-
{%- if forloop.index==3 -%}
|
|
12
|
-
{%- assign bio = item -%}
|
|
13
|
-
{%- endif -%}
|
|
14
|
-
{%- if forloop.index==4 -%}
|
|
15
|
-
{%- assign twitter = item -%}
|
|
16
|
-
{%- endif -%}
|
|
17
|
-
{%- endfor -%}
|
|
1
|
+
{%- assign postAuthor = page.author | split: " " -%}
|
|
2
|
+
{%- assign author = postAuthor.first | downcase -%}
|
|
3
|
+
{%- assign collection = [author] -%}
|
|
4
|
+
{%- for item in collection -%}
|
|
5
|
+
{%- if forloop.index==1 -%}
|
|
6
|
+
{%- assign authorName = item -%}
|
|
7
|
+
{%- endif -%}
|
|
8
|
+
{%- if forloop.index==2 -%}
|
|
9
|
+
{%- assign image = item -%}
|
|
10
|
+
{%- endif -%}
|
|
11
|
+
{%- if forloop.index==3 -%}
|
|
12
|
+
{%- assign bio = item -%}
|
|
13
|
+
{%- endif -%}
|
|
14
|
+
{%- if forloop.index==4 -%}
|
|
15
|
+
{%- assign twitter = item -%}
|
|
16
|
+
{%- endif -%}
|
|
17
|
+
{%- endfor -%}
|
|
18
18
|
|
data/_includes/postbox.html
CHANGED
|
@@ -1,32 +1,32 @@
|
|
|
1
|
-
{%- include /authors/authors.html -%}
|
|
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 bg-white">
|
|
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>
|
|
31
|
-
</div>
|
|
1
|
+
{%- include /authors/authors.html -%}
|
|
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 bg-white">
|
|
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>
|
|
31
|
+
</div>
|
|
32
32
|
</div>
|
data/_includes/script.html
CHANGED
|
@@ -1,27 +1,28 @@
|
|
|
1
|
-
{
|
|
2
|
-
{
|
|
3
|
-
{%- assign $folderName = '$
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
{
|
|
11
|
-
{%-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
-%}
|
|
15
|
-
|
|
16
|
-
{%-
|
|
17
|
-
{%-
|
|
18
|
-
{%-
|
|
19
|
-
{
|
|
20
|
-
replace: "$
|
|
21
|
-
|
|
22
|
-
{%-
|
|
23
|
-
|
|
24
|
-
<script
|
|
25
|
-
<
|
|
26
|
-
|
|
1
|
+
{%- include adBlocker/adBlocker.html -%}
|
|
2
|
+
{% assign scriptData = site.data.[page.folderName][lang][file] %}
|
|
3
|
+
{%- assign dataAtt = "data-folderName='$folderName' data-lang='$lang' data-fileName='$fileName' data-tool='$tool'" -%}
|
|
4
|
+
{%- assign $folderName = '$folderName' -%}
|
|
5
|
+
<script defer="defer" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js" {%- if site.crossorigin
|
|
6
|
+
-%} crossorigin {%- endif -%}></script>
|
|
7
|
+
<script defer="defer" src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/js/bootstrap.bundle.min.js"
|
|
8
|
+
integrity="sha384-Piv4xVNRyMGpqkS2by6br4gNJ7DXjqk09RmUpJ8jgGtD7zP9yug3goQfGII0yAns" crossorigin="anonymous" {%- if
|
|
9
|
+
site.crossorigin -%} crossorigin {%- endif -%}></script>
|
|
10
|
+
{{site.data.customcdns.customcdns.jsfiles}}
|
|
11
|
+
{%- if scriptData.jsfilepaths -%}
|
|
12
|
+
{%- for path in scriptData.jsfilepaths -%}
|
|
13
|
+
<script defer="defer" src="{{path}}" data-folderName="{{page.folderName}}" data-lang="{{page.lang}}"
|
|
14
|
+
data-fileName="{{page.fileName}}" data-tool="{{page.tool}}" {%- if site.crossorigin -%} crossorigin {%- endif
|
|
15
|
+
-%}></script>
|
|
16
|
+
{%- endfor -%}
|
|
17
|
+
{%- endif -%}
|
|
18
|
+
{%- if scriptData.jscdns -%}
|
|
19
|
+
{%- for item in scriptData.jscdns -%}
|
|
20
|
+
{{item | replace:"$folderName", page.folderName | replace: "$fileName", page.fileName | replace: "$lang", page.lang |
|
|
21
|
+
replace: "$tool", page.tool }}
|
|
22
|
+
{%- endfor -%}
|
|
23
|
+
{%- endif -%}
|
|
24
|
+
<script src="//cdnjs.cloudflare.com/ajax/libs/webfont/1.6.28/webfontloader.js"></script>
|
|
25
|
+
<script>WebFont.load({ google: { families: ['Source Sans Pro:200,300,400,500,600,700,800&display=swap'] } })</script>
|
|
26
|
+
<link defer="defer" rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"
|
|
27
|
+
integrity="sha512-iBBXm8fW90+nuLcSKlbmrPcLa0OT92xO1BIsZ+ywDWZCvqsWgccV3gFoRBv0z+8dLJgyAHIhR35VZc2oM/gI1w=="
|
|
27
28
|
crossorigin="anonymous" referrerpolicy="no-referrer" {%- if site.crossorigin -%} crossorigin {%- endif -%} />
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
<div class="alertbar" style="display: none;">
|
|
2
|
-
<div class="container text-center">
|
|
3
|
-
<span style="font-size: 15px;">{{site.data.blog.alertbar.span}}</span>
|
|
4
|
-
<form>
|
|
5
|
-
<div class="mc-field-group">
|
|
6
|
-
<input type="email" placeholder="Email" name="EMAIL" class="required email" id="mce-EMAIL"
|
|
7
|
-
autocomplete="on" required="">
|
|
8
|
-
<input type="submit" value="Subscribe" name="subscribe">
|
|
9
|
-
</div>
|
|
10
|
-
</form>
|
|
11
|
-
</div>
|
|
1
|
+
<div class="alertbar" style="display: none;">
|
|
2
|
+
<div class="container text-center">
|
|
3
|
+
<span style="font-size: 15px;">{{site.data.blog.alertbar.span}}</span>
|
|
4
|
+
<form>
|
|
5
|
+
<div class="mc-field-group">
|
|
6
|
+
<input type="email" placeholder="Email" name="EMAIL" class="required email" id="mce-EMAIL"
|
|
7
|
+
autocomplete="on" required="">
|
|
8
|
+
<input type="submit" value="Subscribe" name="subscribe">
|
|
9
|
+
</div>
|
|
10
|
+
</form>
|
|
11
|
+
</div>
|
|
12
12
|
</div>
|
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
<div class="explore">
|
|
2
|
-
<h2>Explore <span class="d-none d-md-inline">→</span></h2>
|
|
3
|
-
|
|
4
|
-
<ul>
|
|
5
|
-
{% assign categories_list = site.categories %}
|
|
6
|
-
{% if categories_list.first[0] == null %}
|
|
7
|
-
{% for category in categories_list %}
|
|
8
|
-
<a class="cat mt-1 mb-1" href="/blog/categories#{{ category | url_escape | strip | replace: ' ', '-' }}">{{
|
|
9
|
-
category
|
|
10
|
-
|
|
|
11
|
-
camelcase }} ({{ site.tags[category].size }})</a>
|
|
12
|
-
{% endfor %}
|
|
13
|
-
{% else %}
|
|
14
|
-
{% for category in categories_list %}
|
|
15
|
-
<a class="cat mt-1 mb-1" href="/blog/categories#{{ category[0] | url_escape | strip | replace: ' ', '-' }}">{{
|
|
16
|
-
category[0]
|
|
17
|
-
| camelcase }} ({{ category[1].size }})</a>
|
|
18
|
-
{% endfor %}
|
|
19
|
-
{% endif %}
|
|
20
|
-
{% assign categories_list = nil %}
|
|
21
|
-
</ul>
|
|
22
|
-
|
|
23
|
-
</div>
|
|
1
|
+
<div class="explore">
|
|
2
|
+
<h2>Explore <span class="d-none d-md-inline">→</span></h2>
|
|
3
|
+
|
|
4
|
+
<ul>
|
|
5
|
+
{% assign categories_list = site.categories %}
|
|
6
|
+
{% if categories_list.first[0] == null %}
|
|
7
|
+
{% for category in categories_list %}
|
|
8
|
+
<a class="cat mt-1 mb-1" href="/blog/categories#{{ category | url_escape | strip | replace: ' ', '-' }}">{{
|
|
9
|
+
category
|
|
10
|
+
|
|
|
11
|
+
camelcase }} ({{ site.tags[category].size }})</a>
|
|
12
|
+
{% endfor %}
|
|
13
|
+
{% else %}
|
|
14
|
+
{% for category in categories_list %}
|
|
15
|
+
<a class="cat mt-1 mb-1" href="/blog/categories#{{ category[0] | url_escape | strip | replace: ' ', '-' }}">{{
|
|
16
|
+
category[0]
|
|
17
|
+
| camelcase }} ({{ category[1].size }})</a>
|
|
18
|
+
{% endfor %}
|
|
19
|
+
{% endif %}
|
|
20
|
+
{% assign categories_list = nil %}
|
|
21
|
+
</ul>
|
|
22
|
+
|
|
23
|
+
</div>
|
|
24
24
|
</div>
|
|
@@ -1,47 +1,47 @@
|
|
|
1
|
-
<section class="related-posts-section">
|
|
2
|
-
<div class="container">
|
|
3
|
-
<div class="relatedPosts">
|
|
4
|
-
{%- if site.posts.size>0 -%}
|
|
5
|
-
<h2 class="related_post_heading">Recent Posts</h1>
|
|
6
|
-
{%- endif -%}
|
|
7
|
-
<div class="row">
|
|
8
|
-
{% assign posts = site.posts | where_exp:"post","post.url != page.url" %}
|
|
9
|
-
{% for post in posts limit: 6%}
|
|
10
|
-
{%- include /authors/authors.html -%}
|
|
11
|
-
<div class="col-lg-4 col-md-6 mb-4 card-group">
|
|
12
|
-
<div class="card h-100">
|
|
13
|
-
<a href="{{ post.url }}">
|
|
14
|
-
<img src="{{ post.image }}" class="card-img-top" height="215px" width="100%"
|
|
15
|
-
loading="lazy" alt="{{post.title}}" {%- if site.crossorigin -%} crossorigin {%-
|
|
16
|
-
endif -%}>
|
|
17
|
-
</a>
|
|
18
|
-
<div class="card-body">
|
|
19
|
-
<a class="text-decoration-none text-dark" href="{{ post.url }}" class="anchor_link">
|
|
20
|
-
<h4 class="card-title mb-4 text-left">{{ post.title }}</h4>
|
|
21
|
-
</a>
|
|
22
|
-
</div>
|
|
23
|
-
<div class="card-footer bg-white">
|
|
24
|
-
<div class="wrapfooter">
|
|
25
|
-
{% if post.author %}
|
|
26
|
-
<span class="meta-footer-thumb">
|
|
27
|
-
<img class="author-thumb" loading="lazy" src="{{image}}" alt="{{ authorName }}"
|
|
28
|
-
{%- if site.crossorigin -%} crossorigin {%- endif -%}>
|
|
29
|
-
</span>
|
|
30
|
-
{% endif %}
|
|
31
|
-
<span class="author-meta">
|
|
32
|
-
<span class="post-name">
|
|
33
|
-
<a target="_blank" href="/blog">{{authorName}}</a>
|
|
34
|
-
</span><br>
|
|
35
|
-
<span class="post-date">{{post.date | date_to_string }}</span>
|
|
36
|
-
</span>
|
|
37
|
-
<span class="post-read-more"><a class="text-dark" href="{{ post.url }}"
|
|
38
|
-
title="Read Story">Read More</a></span>
|
|
39
|
-
</div>
|
|
40
|
-
</div>
|
|
41
|
-
</div>
|
|
42
|
-
</div>
|
|
43
|
-
{% endfor %}
|
|
44
|
-
</div>
|
|
45
|
-
</div>
|
|
46
|
-
</div>
|
|
1
|
+
<section class="related-posts-section">
|
|
2
|
+
<div class="container">
|
|
3
|
+
<div class="relatedPosts">
|
|
4
|
+
{%- if site.posts.size>0 -%}
|
|
5
|
+
<h2 class="related_post_heading">Recent Posts</h1>
|
|
6
|
+
{%- endif -%}
|
|
7
|
+
<div class="row">
|
|
8
|
+
{% assign posts = site.posts | where_exp:"post","post.url != page.url" %}
|
|
9
|
+
{% for post in posts limit: 6%}
|
|
10
|
+
{%- include /authors/authors.html -%}
|
|
11
|
+
<div class="col-lg-4 col-md-6 mb-4 card-group">
|
|
12
|
+
<div class="card h-100">
|
|
13
|
+
<a href="{{ post.url }}">
|
|
14
|
+
<img src="{{ post.image }}" class="card-img-top" height="215px" width="100%"
|
|
15
|
+
loading="lazy" alt="{{post.title}}" {%- if site.crossorigin -%} crossorigin {%-
|
|
16
|
+
endif -%}>
|
|
17
|
+
</a>
|
|
18
|
+
<div class="card-body">
|
|
19
|
+
<a class="text-decoration-none text-dark" href="{{ post.url }}" class="anchor_link">
|
|
20
|
+
<h4 class="card-title mb-4 text-left">{{ post.title }}</h4>
|
|
21
|
+
</a>
|
|
22
|
+
</div>
|
|
23
|
+
<div class="card-footer bg-white">
|
|
24
|
+
<div class="wrapfooter">
|
|
25
|
+
{% if post.author %}
|
|
26
|
+
<span class="meta-footer-thumb">
|
|
27
|
+
<img class="author-thumb" loading="lazy" src="{{image}}" alt="{{ authorName }}"
|
|
28
|
+
{%- if site.crossorigin -%} crossorigin {%- endif -%}>
|
|
29
|
+
</span>
|
|
30
|
+
{% endif %}
|
|
31
|
+
<span class="author-meta">
|
|
32
|
+
<span class="post-name">
|
|
33
|
+
<a target="_blank" href="/blog">{{authorName}}</a>
|
|
34
|
+
</span><br>
|
|
35
|
+
<span class="post-date">{{post.date | date_to_string }}</span>
|
|
36
|
+
</span>
|
|
37
|
+
<span class="post-read-more"><a class="text-dark" href="{{ post.url }}"
|
|
38
|
+
title="Read Story">Read More</a></span>
|
|
39
|
+
</div>
|
|
40
|
+
</div>
|
|
41
|
+
</div>
|
|
42
|
+
</div>
|
|
43
|
+
{% endfor %}
|
|
44
|
+
</div>
|
|
45
|
+
</div>
|
|
46
|
+
</div>
|
|
47
47
|
</section>
|