appscms-tools-theme 1.5.6 → 1.6.0
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/cssfile/links.html +1 -1
- data/_includes/custom-head.html +1 -1
- data/_includes/customblog/recentposts.html +1 -1
- data/_includes/customblog/relatedposts.html +2 -2
- data/_includes/fileformat/fileinfoformat.html +1 -1
- data/_includes/head/index.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
- data/assets/css/tools.css +3 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b2fc01417bd85f894c121e66f9dc9fdc7f620b8b65708b6ab2d6281b09f72bd3
|
|
4
|
+
data.tar.gz: b86bbfd1b1676722953f86f551c1051363f23cad1ec5a19031185d433a257376
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2a31f93bab90c2890ef70821ef453a94c0a4b280b361f4d8b8a0cf906ea63bd4307d67f96d51e9701dc414cff0630e166af3572535f33633769ca22f9a1fafd8
|
|
7
|
+
data.tar.gz: 8338d2299605077bf1ce9ec6de9f59d5f68b8b16a4e6af03cdd3f7dbfaa94d64dba7a0ac7e0ee8dbf9c745fe15c704dba9b135509229f45ad2ac6528c008ceef
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
{{site.data.customcdns.customcdns.cssfiles}}
|
|
3
3
|
{%- if cssData.cssfilepaths -%}
|
|
4
4
|
{%- for path in cssData.cssfilepaths -%}
|
|
5
|
-
<link rel="stylesheet" href="{{path}}" {%- if site.crossorigin -%} crossorigin {%- endif -%}>
|
|
5
|
+
<link defer rel="stylesheet" href="{{path}}" {%- if site.crossorigin -%} crossorigin {%- endif -%}>
|
|
6
6
|
{%- endfor -%}
|
|
7
7
|
{%- endif -%}
|
|
8
8
|
{%- if cssData.csscdns -%}
|
data/_includes/custom-head.html
CHANGED
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
og_type = "website" -%} {%- endif -%}
|
|
8
8
|
<meta charset="UTF-8" />
|
|
9
9
|
<link rel="shortcut icon" href="{{favicon}}" />
|
|
10
|
+
<link rel="canonical" href="{{site.url | append: page.url}}" />
|
|
10
11
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
|
|
11
12
|
<meta name="keywords" content="{{site.keyboard}}" />
|
|
12
13
|
<meta name="description" content="{{ seo_description | slice: 0, 155 }}" />
|
|
@@ -26,7 +27,6 @@
|
|
|
26
27
|
{% include adsense/adsense.html %}
|
|
27
28
|
<link rel="stylesheet" href="{{'/assets/css/blog.css' | relative_url }}" {%- if site.crossorigin -%} crossorigin {%-
|
|
28
29
|
endif -%} />
|
|
29
|
-
<script src="https://code.jquery.com/jquery-3.5.1.js" {%- if site.crossorigin -%} crossorigin {%- endif -%}></script>
|
|
30
30
|
|
|
31
31
|
{%- include google-analytics.html -%}
|
|
32
32
|
</head>
|
|
@@ -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/head/index.html
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
dataArr = site.data.[page.folderName][lang][file] %} {% assign dataToShow =
|
|
4
4
|
dataArr %} {% assign title = dataToShow.TITLE | replace:"$variable",
|
|
5
5
|
page.value | default:page.title | default: site.title %} {% assign description
|
|
6
|
-
= dataToShow.META | replace:"$variable", page.value | default:
|
|
6
|
+
= dataToShow.META | replace:"$variable", page.value | default: page.description | default:
|
|
7
7
|
site.description %} {% assign keywords = dataToShow.keywords %} {% assign
|
|
8
8
|
favicon = site.favicon %}
|
|
9
9
|
<meta charset="utf-8" />
|
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 -%}
|
data/assets/css/tools.css
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: appscms-tools-theme
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.6.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- vivek-appscms
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-11-
|
|
11
|
+
date: 2021-11-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|