appscms-tools-theme 1.5.7 → 1.5.8
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/customblog/recentposts.html +1 -1
- data/_includes/customblog/relatedposts.html +2 -2
- data/_includes/fileformat/fileinfoformat.html +1 -1
- data/_includes/postbox.html +2 -2
- data/_includes/section/recent_posts.html +1 -1
- data/_includes/section/related_categories_post.html +2 -2
- data/_layouts/blog.html +1 -1
- data/_layouts/feature.html +2 -2
- data/_layouts/fileInfo.html +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c8b4c257cde0fcbe639d024acfdcd17e784e10e97fdcf081ab82af7fe4dff1e4
|
|
4
|
+
data.tar.gz: 369a61ad2e2f607c3fea510f4acca0b84f9d807234c936354787a85070e15ccc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cefc18dabbcc28e1db709b742a3b82c9a9912a7d99c7d68b8f946ea4939f43e6db72e30d2a843a23aa23b98939dc29950336668d063bf351065562a2d12d570e
|
|
7
|
+
data.tar.gz: 5d1e86b66559d35dfafc1e9c2b3d5d0cdc1d6dd46e45e6603732b0723090876e059b3a40b858999d3500ca2b15c98352ca55a9459668da9cdc2baebc813fd8c8
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
<div class="card h-100">
|
|
12
12
|
<a href="{{ post.url }}">
|
|
13
13
|
<img src="{{ post.image }}" class="card-img-top" height="215px" width="100%" loading="lazy"
|
|
14
|
-
alt="" {%- if site.crossorigin -%} crossorigin {%- endif -%}>
|
|
14
|
+
alt="{{post.title}}" {%- if site.crossorigin -%} crossorigin {%- endif -%}>
|
|
15
15
|
</a>
|
|
16
16
|
<div class="card-body">
|
|
17
17
|
<a class="text-decoration-none text-dark" href="{{ post.url }}" class="anchor_link">
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
<div class="card h-100">
|
|
44
44
|
<a href="{{ post.url }}">
|
|
45
45
|
<img src="{{ post.image }}" loading="lazy" class="card-img-top" height="auto" width="100%"
|
|
46
|
-
alt="" {%- if site.crossorigin -%} crossorigin {%- endif -%}>
|
|
46
|
+
alt="{{post.title}}" {%- if site.crossorigin -%} crossorigin {%- endif -%}>
|
|
47
47
|
</a>
|
|
48
48
|
<div class="card-body">
|
|
49
49
|
<a class="text-decoration-none text-dark" href="{{ post.url }}" class="anchor_link">
|
|
@@ -122,7 +122,7 @@
|
|
|
122
122
|
<div class="card h-100">
|
|
123
123
|
<a href="{{ post.url }}">
|
|
124
124
|
<img src="{{ post.image }}" class="card-img-top" height="215px" width="100%" loading="lazy"
|
|
125
|
-
alt="" {%- if site.crossorigin -%} crossorigin {%- endif -%}>
|
|
125
|
+
alt="{{post.title}}" {%- if site.crossorigin -%} crossorigin {%- endif -%}>
|
|
126
126
|
</a>
|
|
127
127
|
<div class="card-body">
|
|
128
128
|
<a class="text-decoration-none text-dark" href="{{ post.url }}" class="anchor_link">
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
<li class="file-li">
|
|
17
17
|
<h2 class="feature-h1 text-left my-4">{{fileData.Format}}</h2>
|
|
18
18
|
{%- if fileData.fileImg -%}
|
|
19
|
-
<img src="{{fileData.fileImg }}" alt="" {%- if site.crossorigin -%} crossorigin {%- endif -%}>
|
|
19
|
+
<img src="{{fileData.fileImg }}" alt="img" {%- if site.crossorigin -%} crossorigin {%- endif -%}>
|
|
20
20
|
{%- endif -%}
|
|
21
21
|
<ol class="file-info-item-list">
|
|
22
22
|
{%- if fileData.Pros -%}
|
data/_includes/postbox.html
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
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" height="208px" width="100%" loading="lazy"
|
|
6
|
-
site.crossorigin -%} crossorigin {%- endif -%}>
|
|
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
7
|
</a>
|
|
8
8
|
<div class="card-body">
|
|
9
9
|
<a class="text-decoration-none text-dark" href="{{ post.url }}" class="anchor_link">
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
<div class="card h-100">
|
|
12
12
|
<a href="{{ post.url }}">
|
|
13
13
|
<img src="{{ post.image }}" class="card-img-top" height="215px" width="100%" loading="lazy"
|
|
14
|
-
alt="" {%- if site.crossorigin -%} crossorigin {%- endif -%}>
|
|
14
|
+
alt="{{post.title}}" {%- if site.crossorigin -%} crossorigin {%- endif -%}>
|
|
15
15
|
</a>
|
|
16
16
|
<div class="card-body">
|
|
17
17
|
<a class="text-decoration-none text-dark" href="{{ post.url }}" class="anchor_link">
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
<div class="card h-100">
|
|
43
43
|
<a href="{{ post.url }}">
|
|
44
44
|
<img src="{{ post.image }}" loading="lazy" class="card-img-top" height="auto" width="100%"
|
|
45
|
-
alt="" {%- if site.crossorigin -%} crossorigin {%- endif -%}>
|
|
45
|
+
alt="{{post.title}}" {%- if site.crossorigin -%} crossorigin {%- endif -%}>
|
|
46
46
|
</a>
|
|
47
47
|
<div class="card-body">
|
|
48
48
|
<a class="text-decoration-none text-dark" href="{{ post.url }}" class="anchor_link">
|
|
@@ -121,7 +121,7 @@
|
|
|
121
121
|
<div class="card h-100">
|
|
122
122
|
<a href="{{ post.url }}">
|
|
123
123
|
<img src="{{ post.image }}" class="card-img-top" height="215px" width="100%" loading="lazy"
|
|
124
|
-
alt="" {%- if site.crossorigin -%} crossorigin {%- endif -%}>
|
|
124
|
+
alt="{{post.title}}" {%- if site.crossorigin -%} crossorigin {%- endif -%}>
|
|
125
125
|
</a>
|
|
126
126
|
<div class="card-body">
|
|
127
127
|
<a class="text-decoration-none text-dark" href="{{ post.url }}" class="anchor_link">
|
data/_layouts/blog.html
CHANGED
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
<div class="card h-100">
|
|
26
26
|
<a href="{{ post.url }}">
|
|
27
27
|
<img src="{{ post.image }}" loading="lazy" height="215px" width="100%" class="card-img-top"
|
|
28
|
-
alt="" {%- if site.crossorigin -%} crossorigin {%- endif -%}>
|
|
28
|
+
alt="{{post.title}}" {%- if site.crossorigin -%} crossorigin {%- endif -%}>
|
|
29
29
|
</a>
|
|
30
30
|
<div class="card-body">
|
|
31
31
|
<a href="{{ post.url }}" class="anchor_link">
|
data/_layouts/feature.html
CHANGED
|
@@ -85,8 +85,8 @@
|
|
|
85
85
|
{%- if featureData.HOW_TO_CONTENT.logoImageUrl -%}
|
|
86
86
|
<div class="how-to-img-wrapper "><img class="how-to-leftimg" height="180px" width="300px"
|
|
87
87
|
src="{{featureData.HOW_TO_CONTENT.logoImageUrl}}" loading="lazy"
|
|
88
|
-
alt="{{featureData.HOW_TO_CONTENT.logoImageAlt}}" {%- if
|
|
89
|
-
{%- endif -%}>
|
|
88
|
+
alt="{{featureData.HOW_TO_CONTENT.logoImageAlt | default: 'how to image' }}" {%- if
|
|
89
|
+
site.crossorigin -%} crossorigin {%- endif -%}>
|
|
90
90
|
</div>
|
|
91
91
|
{%- endif -%}
|
|
92
92
|
<div class="how-to-right">
|
data/_layouts/fileInfo.html
CHANGED
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
{%- endif -%}
|
|
22
22
|
{%- if fileinfoData.img -%}
|
|
23
23
|
<img {%- if site.crossorigin -%} crossorigin {%- endif -%} class="file-info-img w-100 h-100 "
|
|
24
|
-
src="{{fileinfoData.img}}" alt="">
|
|
24
|
+
src="{{fileinfoData.img}}" alt="img">
|
|
25
25
|
{%- endif -%}
|
|
26
26
|
</div>
|
|
27
27
|
{%- if fileinfoData.display_formats -%}
|