appscms-tools-theme 1.9.1 → 1.9.2
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/_includes/Usp/usp.html +62 -55
- data/_includes/adblocker.html +135 -135
- data/_includes/customblog/recentposts.html +48 -31
- data/_includes/customblog/relatedposts.html +176 -138
- data/_includes/footer/index.html +243 -228
- data/_includes/head/index.html +13 -7
- data/_includes/section/count.html +31 -20
- data/_includes/section/recent_posts.html +42 -32
- data/_includes/section/related_categories_post.html +171 -140
- data/_includes/staticfooter.html +54 -44
- data/_layouts/aboutUs.html +14 -6
- data/_layouts/blog.html +47 -30
- data/_layouts/categories.html +25 -17
- data/_layouts/contactUs.html +106 -60
- data/_layouts/disclaimer.html +105 -60
- data/_layouts/feature.html +55 -29
- data/_layouts/home.html +80 -46
- data/_layouts/post.html +36 -4
- data/_layouts/privacyPolicy.html +618 -383
- data/_layouts/termAndCondition.html +628 -388
- data/assets/css/adblocker.css +187 -187
- data/assets/css/tools.css +3 -0
- data/assets/js/adBlocker.js +45 -45
- metadata +7 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6ccafa4f283239296a735c770b6a426507e1786a54f73fd503ac8811eba2d4b9
|
|
4
|
+
data.tar.gz: 76983c5e0b324a0ab9ab482d2ae8e716382d149d395a3ad7d5907ff2e46380c3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e3a9c35394f1e91a1ed4bf134f5c9f3c1f2340c8075154e57a70f9198b8bb6b5de45b6350c6dda27eb331b134be0639ccc090bf48c9e316b8bef9eac3dc46aea
|
|
7
|
+
data.tar.gz: 2cc8861b36c600041c436ea56497bfeb3377283e4306869609798866c8a7c76e4266fd1e0273b1d717e02a6eb0422ba29aa1ffc58af500eb2d8dedfe1d51587e
|
data/_includes/Usp/usp.html
CHANGED
|
@@ -5,61 +5,64 @@
|
|
|
5
5
|
{%- if site.showusps -%}
|
|
6
6
|
<section class="usp-section">
|
|
7
7
|
<div class="container">
|
|
8
|
-
|
|
9
|
-
<
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
<
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
8
|
+
{%- if site.monumetricId -%}
|
|
9
|
+
<div class="row">
|
|
10
|
+
<div class="col-md-9 mx-auto">
|
|
11
|
+
{%- endif -%}
|
|
12
|
+
<h2 class="feature-h1 my-4">Our USPs</h2>
|
|
13
|
+
<table class="table table-bordered table-striped table-light ">
|
|
14
|
+
<tbody>
|
|
15
|
+
<tr>
|
|
16
|
+
<td class="font-weight-bold" scope="row">
|
|
17
|
+
Security
|
|
18
|
+
</td>
|
|
19
|
+
<td>
|
|
20
|
+
100% (No files are sent to server for processing)
|
|
21
|
+
</td>
|
|
22
|
+
</tr>
|
|
23
|
+
<tr>
|
|
24
|
+
<td class="font-weight-bold" scope="row">
|
|
25
|
+
File size limits
|
|
26
|
+
</td>
|
|
27
|
+
<td>
|
|
28
|
+
None (No limit on size of files)
|
|
29
|
+
</td>
|
|
30
|
+
</tr>
|
|
31
|
+
<tr>
|
|
32
|
+
<td class="font-weight-bold" scope="row">
|
|
33
|
+
Usage limits
|
|
34
|
+
</td>
|
|
35
|
+
<td>
|
|
36
|
+
None (Process as many files as you want)
|
|
37
|
+
</td>
|
|
38
|
+
</tr>
|
|
39
|
+
<tr>
|
|
40
|
+
<td class="font-weight-bold" scope="row">
|
|
41
|
+
Price
|
|
42
|
+
</td>
|
|
43
|
+
<td>
|
|
44
|
+
Free
|
|
45
|
+
</td>
|
|
46
|
+
</tr>
|
|
47
|
+
<tr>
|
|
48
|
+
<td class="font-weight-bold" scope="row">
|
|
49
|
+
User Information Captured
|
|
50
|
+
</td>
|
|
51
|
+
<td>
|
|
52
|
+
None (We do not request for user information such as email / phone number)
|
|
53
|
+
</td>
|
|
54
|
+
</tr>
|
|
55
|
+
<tr>
|
|
56
|
+
<td class="font-weight-bold" scope="row">
|
|
57
|
+
Ads
|
|
58
|
+
</td>
|
|
59
|
+
<td>
|
|
60
|
+
None (We provide complete ad free experience)
|
|
61
|
+
</td>
|
|
62
|
+
</tr>
|
|
63
|
+
</tbody>
|
|
64
|
+
</table>
|
|
65
|
+
</div>
|
|
63
66
|
</section>
|
|
64
67
|
{%- else -%}
|
|
65
68
|
{%- if uspData -%}
|
|
@@ -81,6 +84,10 @@
|
|
|
81
84
|
{%- endfor -%}
|
|
82
85
|
</tbody>
|
|
83
86
|
</table>
|
|
87
|
+
{%- if site.monumetricId -%}
|
|
88
|
+
</div>
|
|
89
|
+
</div>
|
|
90
|
+
{%- endif -%}
|
|
84
91
|
</div>
|
|
85
92
|
</section>
|
|
86
93
|
{%- endif -%}
|
data/_includes/adblocker.html
CHANGED
|
@@ -1,136 +1,136 @@
|
|
|
1
|
-
{%- if site.show_allow_ad_blocker_pop -%}
|
|
2
|
-
<link rel="stylesheet" href="/assets/css/adBlocker.css">
|
|
3
|
-
<div id="detect"></div>
|
|
4
|
-
<div class="wrapper text-center">
|
|
5
|
-
<div class="innerWrapper">
|
|
6
|
-
{%- if site.adBlockerClose -%}
|
|
7
|
-
<div class="closePopup p-1">
|
|
8
|
-
<i class="fas fa-times"></i>
|
|
9
|
-
</div>
|
|
10
|
-
{%- endif -%}
|
|
11
|
-
<h2 class="brand-title">{{site.adspopuptitle}}</h2>
|
|
12
|
-
<p class="show-ads">
|
|
13
|
-
Please allow ads on our site
|
|
14
|
-
</p>
|
|
15
|
-
<p>Looks like you're using an ad blocker. We rely on advertising to help fund our site to keep it 100% free</p>
|
|
16
|
-
<div class="btn-container mx-auto">
|
|
17
|
-
<div class="bg-layer"></div>
|
|
18
|
-
<button class="allow-ads-btn">Allow ads</button>
|
|
19
|
-
</div>
|
|
20
|
-
</div>
|
|
21
|
-
</div>
|
|
22
|
-
<div class="extensions">
|
|
23
|
-
<section>
|
|
24
|
-
<div class="ads__content">
|
|
25
|
-
{%- if site.adBlockerClose -%}
|
|
26
|
-
<div class="closePopup">
|
|
27
|
-
<i class="fas fa-times"></i>
|
|
28
|
-
</div>
|
|
29
|
-
{%- endif -%}
|
|
30
|
-
<p style="font-size: 18px">Which of these extensions do you have?</p>
|
|
31
|
-
<ul class="nav nav-tabs tablist" role="tablist">
|
|
32
|
-
<a class="nav-link nav-tab-link active" data-toggle="tab" href="#home" role="tab">
|
|
33
|
-
<li class="nav-item">
|
|
34
|
-
<img class="ads_img" loading="lazy" src="/assets/images/adblock.svg" alt="AdBlock image">
|
|
35
|
-
</li>
|
|
36
|
-
AdBlock
|
|
37
|
-
</a>
|
|
38
|
-
<a class="nav-link nav-tab-link" data-toggle="tab" href="#adsblockPlus" role="tab">
|
|
39
|
-
<li class="nav-item">
|
|
40
|
-
<img class="ads_img" loading="lazy" src="/assets/images/abp.svg" alt="Adblock Plus Image">
|
|
41
|
-
</li>
|
|
42
|
-
Adblock Plus
|
|
43
|
-
</a>
|
|
44
|
-
<a class="nav-link nav-tab-link" data-toggle="tab" href="#uBlock" role="tab">
|
|
45
|
-
<li class="nav-item">
|
|
46
|
-
<img class="ads_img" loading="lazy" src="/assets/images/uo.svg" alt="uBlock image">
|
|
47
|
-
</li>
|
|
48
|
-
uBlock Origin
|
|
49
|
-
</a>
|
|
50
|
-
<a class="nav-link nav-tab-link" data-toggle="tab" href="#other" role="tab">
|
|
51
|
-
<li class="nav-item">
|
|
52
|
-
<div class="three_dot">...</div>
|
|
53
|
-
</li>
|
|
54
|
-
Other
|
|
55
|
-
</a>
|
|
56
|
-
</ul>
|
|
57
|
-
|
|
58
|
-
<!-- Tab panes -->
|
|
59
|
-
<div class="tab-content">
|
|
60
|
-
<div class="tab-pane active" id="home" role="tabpanel">
|
|
61
|
-
<ol class="listContainer">
|
|
62
|
-
<li class="listItem">Click the AdBlock icon
|
|
63
|
-
<img width="18px" loading="lazy" src="/assets/images/adblock.svg" alt="AdBlock image">
|
|
64
|
-
in the browser extension area on the upper right-hand corner. (You may see a small number
|
|
65
|
-
covering
|
|
66
|
-
part of
|
|
67
|
-
the icon.)
|
|
68
|
-
</li>
|
|
69
|
-
<li class="listItem">Select <b>Don't run on pages on this site</b>.</li>
|
|
70
|
-
<li class="listItem">In the "Don’t run AdBlock on..." dialog box, select <b>Exclude</b>. The
|
|
71
|
-
AdBlock
|
|
72
|
-
icon
|
|
73
|
-
changes to a “thumbs up” image.</li>
|
|
74
|
-
</ol>
|
|
75
|
-
<div class="text-center w-100" onclick="refresh()">
|
|
76
|
-
<button class="btn btn-primary" style="font-size: 12px;">Refresh page</button>
|
|
77
|
-
</div>
|
|
78
|
-
</div>
|
|
79
|
-
<div class="tab-pane" id="adsblockPlus" role="tabpanel">
|
|
80
|
-
<ol class="listContainer">
|
|
81
|
-
<li class="listItem">Click the Adblock Plus icon
|
|
82
|
-
<img width="18px" loading="lazy" src="/assets/images/abp.svg" alt="Adblock Plus Image">
|
|
83
|
-
in the browser extension area on the
|
|
84
|
-
upper right-hand corner. (You may see a small number covering part of the icon.)
|
|
85
|
-
</li>
|
|
86
|
-
<li class="listItem">Click the “power” button Power icon so that it slides left.</li>
|
|
87
|
-
<li class="listItem">Click the <b>Refresh</b> button.</li>
|
|
88
|
-
</ol>
|
|
89
|
-
<div class="text-center w-100" onclick="refresh()">
|
|
90
|
-
<button class="btn btn-primary" style="font-size: 12px;">Refresh page</button>
|
|
91
|
-
</div>
|
|
92
|
-
</div>
|
|
93
|
-
<div class="tab-pane" id="uBlock" role="tabpanel">
|
|
94
|
-
<ol class="listContainer">
|
|
95
|
-
<li class="listItem">Click the uBlock Origin icon
|
|
96
|
-
<img width="18px" loading="lazy" src="/assets/images/uo.svg" alt="uBlock image"> in the
|
|
97
|
-
browser
|
|
98
|
-
extension area on
|
|
99
|
-
the upper right-hand corner. (You may see a small number covering part of the icon.)
|
|
100
|
-
</li>
|
|
101
|
-
<li class="listItem">
|
|
102
|
-
Click the “power” button so that it slides left.
|
|
103
|
-
</li>
|
|
104
|
-
<li class="listItem">Click the <b>Refresh</b> button.</li>
|
|
105
|
-
</ol>
|
|
106
|
-
<div class="text-center w-100" onclick="refresh()">
|
|
107
|
-
<button class="btn btn-primary" style="font-size: 12px;">Refresh page</button>
|
|
108
|
-
</div>
|
|
109
|
-
</div>
|
|
110
|
-
<div class="tab-pane" id="other" role="tabpanel">
|
|
111
|
-
<ol class="listContainer">
|
|
112
|
-
<li class="listItem">Click the icon of the ad blocker extension installed on your browser.</li>
|
|
113
|
-
<p class="text-muted">You’ll usually find this icon in the upper right-hand corner of your
|
|
114
|
-
screen. You may
|
|
115
|
-
have more than
|
|
116
|
-
one ad blocker installed.</p>
|
|
117
|
-
<li class="listItem">Follow the instructions for disabling the ad blocker on the site you’re
|
|
118
|
-
viewing.</li>
|
|
119
|
-
<p class="text-muted">You may have to select a menu option or click a button.</p>
|
|
120
|
-
<li class="listItem">Refresh the page, either by following prompts or clicking your browser’s
|
|
121
|
-
“refresh” or
|
|
122
|
-
“reload” button.</li>
|
|
123
|
-
</ol>
|
|
124
|
-
<div class="text-center w-100" onclick="refresh()">
|
|
125
|
-
<button class="btn btn-primary" style="font-size: 12px;">Refresh page</button>
|
|
126
|
-
</div>
|
|
127
|
-
</div>
|
|
128
|
-
</div>
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
</div>
|
|
132
|
-
</section>
|
|
133
|
-
</div>
|
|
134
|
-
<script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.slim.min.js"></script>
|
|
135
|
-
<script delay="/assets/js/adBlocker.js"></script>
|
|
1
|
+
{%- if site.show_allow_ad_blocker_pop -%}
|
|
2
|
+
<link rel="stylesheet" href="/assets/css/adBlocker.css">
|
|
3
|
+
<div id="detect"></div>
|
|
4
|
+
<div class="wrapper text-center">
|
|
5
|
+
<div class="innerWrapper">
|
|
6
|
+
{%- if site.adBlockerClose -%}
|
|
7
|
+
<div class="closePopup p-1">
|
|
8
|
+
<i class="fas fa-times"></i>
|
|
9
|
+
</div>
|
|
10
|
+
{%- endif -%}
|
|
11
|
+
<h2 class="brand-title">{{site.adspopuptitle}}</h2>
|
|
12
|
+
<p class="show-ads">
|
|
13
|
+
Please allow ads on our site
|
|
14
|
+
</p>
|
|
15
|
+
<p>Looks like you're using an ad blocker. We rely on advertising to help fund our site to keep it 100% free</p>
|
|
16
|
+
<div class="btn-container mx-auto">
|
|
17
|
+
<div class="bg-layer"></div>
|
|
18
|
+
<button class="allow-ads-btn">Allow ads</button>
|
|
19
|
+
</div>
|
|
20
|
+
</div>
|
|
21
|
+
</div>
|
|
22
|
+
<div class="extensions">
|
|
23
|
+
<section>
|
|
24
|
+
<div class="ads__content">
|
|
25
|
+
{%- if site.adBlockerClose -%}
|
|
26
|
+
<div class="closePopup">
|
|
27
|
+
<i class="fas fa-times"></i>
|
|
28
|
+
</div>
|
|
29
|
+
{%- endif -%}
|
|
30
|
+
<p style="font-size: 18px">Which of these extensions do you have?</p>
|
|
31
|
+
<ul class="nav nav-tabs tablist" role="tablist">
|
|
32
|
+
<a class="nav-link nav-tab-link active" data-toggle="tab" href="#home" role="tab">
|
|
33
|
+
<li class="nav-item">
|
|
34
|
+
<img class="ads_img" loading="lazy" src="/assets/images/adblock.svg" alt="AdBlock image">
|
|
35
|
+
</li>
|
|
36
|
+
AdBlock
|
|
37
|
+
</a>
|
|
38
|
+
<a class="nav-link nav-tab-link" data-toggle="tab" href="#adsblockPlus" role="tab">
|
|
39
|
+
<li class="nav-item">
|
|
40
|
+
<img class="ads_img" loading="lazy" src="/assets/images/abp.svg" alt="Adblock Plus Image">
|
|
41
|
+
</li>
|
|
42
|
+
Adblock Plus
|
|
43
|
+
</a>
|
|
44
|
+
<a class="nav-link nav-tab-link" data-toggle="tab" href="#uBlock" role="tab">
|
|
45
|
+
<li class="nav-item">
|
|
46
|
+
<img class="ads_img" loading="lazy" src="/assets/images/uo.svg" alt="uBlock image">
|
|
47
|
+
</li>
|
|
48
|
+
uBlock Origin
|
|
49
|
+
</a>
|
|
50
|
+
<a class="nav-link nav-tab-link" data-toggle="tab" href="#other" role="tab">
|
|
51
|
+
<li class="nav-item">
|
|
52
|
+
<div class="three_dot">...</div>
|
|
53
|
+
</li>
|
|
54
|
+
Other
|
|
55
|
+
</a>
|
|
56
|
+
</ul>
|
|
57
|
+
|
|
58
|
+
<!-- Tab panes -->
|
|
59
|
+
<div class="tab-content">
|
|
60
|
+
<div class="tab-pane active" id="home" role="tabpanel">
|
|
61
|
+
<ol class="listContainer">
|
|
62
|
+
<li class="listItem">Click the AdBlock icon
|
|
63
|
+
<img width="18px" loading="lazy" src="/assets/images/adblock.svg" alt="AdBlock image">
|
|
64
|
+
in the browser extension area on the upper right-hand corner. (You may see a small number
|
|
65
|
+
covering
|
|
66
|
+
part of
|
|
67
|
+
the icon.)
|
|
68
|
+
</li>
|
|
69
|
+
<li class="listItem">Select <b>Don't run on pages on this site</b>.</li>
|
|
70
|
+
<li class="listItem">In the "Don’t run AdBlock on..." dialog box, select <b>Exclude</b>. The
|
|
71
|
+
AdBlock
|
|
72
|
+
icon
|
|
73
|
+
changes to a “thumbs up” image.</li>
|
|
74
|
+
</ol>
|
|
75
|
+
<div class="text-center w-100" onclick="refresh()">
|
|
76
|
+
<button class="btn btn-primary" style="font-size: 12px;">Refresh page</button>
|
|
77
|
+
</div>
|
|
78
|
+
</div>
|
|
79
|
+
<div class="tab-pane" id="adsblockPlus" role="tabpanel">
|
|
80
|
+
<ol class="listContainer">
|
|
81
|
+
<li class="listItem">Click the Adblock Plus icon
|
|
82
|
+
<img width="18px" loading="lazy" src="/assets/images/abp.svg" alt="Adblock Plus Image">
|
|
83
|
+
in the browser extension area on the
|
|
84
|
+
upper right-hand corner. (You may see a small number covering part of the icon.)
|
|
85
|
+
</li>
|
|
86
|
+
<li class="listItem">Click the “power” button Power icon so that it slides left.</li>
|
|
87
|
+
<li class="listItem">Click the <b>Refresh</b> button.</li>
|
|
88
|
+
</ol>
|
|
89
|
+
<div class="text-center w-100" onclick="refresh()">
|
|
90
|
+
<button class="btn btn-primary" style="font-size: 12px;">Refresh page</button>
|
|
91
|
+
</div>
|
|
92
|
+
</div>
|
|
93
|
+
<div class="tab-pane" id="uBlock" role="tabpanel">
|
|
94
|
+
<ol class="listContainer">
|
|
95
|
+
<li class="listItem">Click the uBlock Origin icon
|
|
96
|
+
<img width="18px" loading="lazy" src="/assets/images/uo.svg" alt="uBlock image"> in the
|
|
97
|
+
browser
|
|
98
|
+
extension area on
|
|
99
|
+
the upper right-hand corner. (You may see a small number covering part of the icon.)
|
|
100
|
+
</li>
|
|
101
|
+
<li class="listItem">
|
|
102
|
+
Click the “power” button so that it slides left.
|
|
103
|
+
</li>
|
|
104
|
+
<li class="listItem">Click the <b>Refresh</b> button.</li>
|
|
105
|
+
</ol>
|
|
106
|
+
<div class="text-center w-100" onclick="refresh()">
|
|
107
|
+
<button class="btn btn-primary" style="font-size: 12px;">Refresh page</button>
|
|
108
|
+
</div>
|
|
109
|
+
</div>
|
|
110
|
+
<div class="tab-pane" id="other" role="tabpanel">
|
|
111
|
+
<ol class="listContainer">
|
|
112
|
+
<li class="listItem">Click the icon of the ad blocker extension installed on your browser.</li>
|
|
113
|
+
<p class="text-muted">You’ll usually find this icon in the upper right-hand corner of your
|
|
114
|
+
screen. You may
|
|
115
|
+
have more than
|
|
116
|
+
one ad blocker installed.</p>
|
|
117
|
+
<li class="listItem">Follow the instructions for disabling the ad blocker on the site you’re
|
|
118
|
+
viewing.</li>
|
|
119
|
+
<p class="text-muted">You may have to select a menu option or click a button.</p>
|
|
120
|
+
<li class="listItem">Refresh the page, either by following prompts or clicking your browser’s
|
|
121
|
+
“refresh” or
|
|
122
|
+
“reload” button.</li>
|
|
123
|
+
</ol>
|
|
124
|
+
<div class="text-center w-100" onclick="refresh()">
|
|
125
|
+
<button class="btn btn-primary" style="font-size: 12px;">Refresh page</button>
|
|
126
|
+
</div>
|
|
127
|
+
</div>
|
|
128
|
+
</div>
|
|
129
|
+
|
|
130
|
+
|
|
131
|
+
</div>
|
|
132
|
+
</section>
|
|
133
|
+
</div>
|
|
134
|
+
<script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.slim.min.js"></script>
|
|
135
|
+
<script delay="/assets/js/adBlocker.js"></script>
|
|
136
136
|
{%- endif -%}
|
|
@@ -6,42 +6,59 @@
|
|
|
6
6
|
<h2 class="related_post_heading">Recent Posts</h1>
|
|
7
7
|
{%- endif -%}
|
|
8
8
|
<div class="row">
|
|
9
|
-
{
|
|
10
|
-
|
|
11
|
-
<div class="col-
|
|
12
|
-
<div class="
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
<
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
9
|
+
{%- if site.monumetricId -%}
|
|
10
|
+
|
|
11
|
+
<div class="col-md-9 mx-auto">
|
|
12
|
+
<div class="row">
|
|
13
|
+
{%- endif -%}
|
|
14
|
+
{% for post in blogData limit: 6%}
|
|
15
|
+
{%- include /authors/authors.html -%}
|
|
16
|
+
<div class=" {%- if site.monumetricId -%}
|
|
17
|
+
col-md-6 mb-4 card-group
|
|
18
|
+
{%- else -%}
|
|
19
|
+
col-lg-4 col-md-6 mb-4 card-group
|
|
20
|
+
{%- endif -%}
|
|
21
|
+
">
|
|
22
|
+
<div class="card h-100">
|
|
23
|
+
<a href="{{ post.url }}">
|
|
24
|
+
<img src="{{ post.image }}" class="card-img-top" height="215px" width="100%"
|
|
25
|
+
loading="lazy" alt="{{post.title}}" {%- if site.crossorigin -%} crossorigin
|
|
26
|
+
{%- endif -%}>
|
|
27
|
+
</a>
|
|
28
|
+
<div class="card-body">
|
|
29
|
+
<a class="text-decoration-none text-dark" href="{{ post.url }}"
|
|
30
|
+
class="anchor_link">
|
|
31
|
+
<h4 class="card-title mb-4 text-left">{{ post.title }}</h4>
|
|
32
|
+
</a>
|
|
33
|
+
</div>
|
|
34
|
+
<div class="card-footer bg-white">
|
|
35
|
+
<div class="wrapfooter">
|
|
36
|
+
{% if post.author %}
|
|
37
|
+
<span class="meta-footer-thumb">
|
|
38
|
+
<img class="author-thumb" loading="lazy" src="{{image}}"
|
|
39
|
+
alt="{{ authorName }}" {%- if site.crossorigin -%} crossorigin {%-
|
|
40
|
+
endif -%}>
|
|
41
|
+
</span>
|
|
42
|
+
{% endif %}
|
|
43
|
+
<span class="author-meta">
|
|
44
|
+
<span class="post-name">
|
|
45
|
+
<a target="_blank" href="/blog">{{authorName}}</a>
|
|
46
|
+
</span><br>
|
|
47
|
+
<span class="post-date">{{post.date | date_to_string }}</span>
|
|
48
|
+
</span>
|
|
49
|
+
<span class="post-read-more"><a class="text-dark" href="{{ post.url }}"
|
|
50
|
+
title="Read Story">Read More</a></span>
|
|
51
|
+
</div>
|
|
52
|
+
</div>
|
|
39
53
|
</div>
|
|
40
54
|
</div>
|
|
55
|
+
{% endfor %}
|
|
41
56
|
</div>
|
|
57
|
+
{%- if site.monumetricId -%}
|
|
58
|
+
|
|
42
59
|
</div>
|
|
43
|
-
{% endfor %}
|
|
44
60
|
</div>
|
|
61
|
+
{%- endif -%}
|
|
45
62
|
</div>
|
|
46
63
|
</div>
|
|
47
64
|
</section>
|