appscms-tools-theme 1.4.5 → 1.4.9
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/_data/rating/rating.json +1 -1
- data/_includes/footer/index.html +3 -0
- data/_includes/head/index.html +2 -0
- data/_layouts/feature.html +1 -1
- data/_layouts/home.html +1 -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: dd5efdbbcce703d59367d284244cc1a377f855da9566df365c49ad2ed734b36e
|
|
4
|
+
data.tar.gz: 9685dcd7f67be90c4298ac60419d1e1c6c08d492b2e907d429bda96d770693fc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ea90d6b5f62fa865a3de5c847cb5fe59cbe7549d6778f738c2d3bab3c64a3094472dbfce6c8c3320395b8d903de3c9e3ad092216cc91838f058c735b2feabff5
|
|
7
|
+
data.tar.gz: 2f7bed4a49784bc3169dbc30db6eacdf54a7021df608449e9e08074bfc83e4ec0d6284a884309d8b36c484ae7b64dd209b9b70b8d17672b6e31f9a1e3a31c873
|
data/_data/rating/rating.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"tools":[{"name":"
|
|
1
|
+
{"tools":[{"name":"compress-pdf","rating":"4.85","votes":33},{"name":"split-pdf-rating-check","rating":"5.00","votes":2}]}
|
data/_includes/footer/index.html
CHANGED
|
@@ -50,6 +50,7 @@
|
|
|
50
50
|
{% for data in dataToShow.legal %}
|
|
51
51
|
<div class="privacy-links-item"><a href="{{data.url}}">{{data.name}}</a></div>
|
|
52
52
|
{% endfor %}
|
|
53
|
+
{%- if site.internationalization -%}
|
|
53
54
|
<div class="privacy-links-item">
|
|
54
55
|
<button type="button" class="drop-down-btn" data-toggle="modal" data-target="#staticBackdrop">
|
|
55
56
|
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill="currentColor">
|
|
@@ -149,6 +150,8 @@
|
|
|
149
150
|
</div>
|
|
150
151
|
</div>
|
|
151
152
|
</div>
|
|
153
|
+
{%- endif -%}
|
|
154
|
+
|
|
152
155
|
</div>
|
|
153
156
|
</div>
|
|
154
157
|
</footer>
|
data/_includes/head/index.html
CHANGED
|
@@ -43,7 +43,9 @@
|
|
|
43
43
|
{%- endif -%} {%- if site.pwa -%}
|
|
44
44
|
<link rel="manifest" href="/assets/js/manifest.json" />
|
|
45
45
|
{%- endif -%}
|
|
46
|
+
{%- if site.internationalization -%}
|
|
46
47
|
{%- include alternates/alternates.html -%}
|
|
48
|
+
{%- endif -%}
|
|
47
49
|
{% include cssfile/links.html %}
|
|
48
50
|
<script type="application/ld+json">
|
|
49
51
|
{
|
data/_layouts/feature.html
CHANGED
data/_layouts/home.html
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.
|
|
4
|
+
version: 1.4.9
|
|
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-10-
|
|
11
|
+
date: 2021-10-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|