appscms-tools-theme 4.7.9 → 4.8.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/internationalization-section.html +5 -2
- data/_layouts/appscms-home.html +1 -2
- data/_layouts/contenttool-home.html +2 -3
- 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: 37fc0c1474d987444009df6e69cd68230a6fc07b609f2ee00791fe6eaf240a23
|
4
|
+
data.tar.gz: 9a947b84f7e3242e81e94d0f8590175592fd09619e70ea748582804506d081ff
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b4e329158faed50928ed2e103f6329fce9f8af468770e568428d268d95eb14490baf7912ec7d3cab59690a7031d6c52a960628152db6ec4d3cb8d6580673c351
|
7
|
+
data.tar.gz: 2c59b9850532423c290c2b003c53b39793fe3badbd712f74a5ae15385236a53c7f06caeb9f509b658beda7374f777234a1636a37a2e0c88c5c994a650e778cef
|
@@ -3,7 +3,7 @@
|
|
3
3
|
{%- elsif site.internationalizationall -%}
|
4
4
|
<div class="container-fluid int-section">
|
5
5
|
<div class="d-flex justify-content-center mt-1">
|
6
|
-
<
|
6
|
+
<div>Available in</div>
|
7
7
|
</div>
|
8
8
|
<div class="lang-container">
|
9
9
|
{%- assign currentPermalink = page.permalink -%} {%- assign pageLang =
|
@@ -34,7 +34,10 @@
|
|
34
34
|
text-align: center;
|
35
35
|
text-decoration: none;
|
36
36
|
display: inline-block;
|
37
|
-
color:
|
37
|
+
color: #6b6b6b;
|
38
|
+
font-size: 14px;
|
39
|
+
font-weight: 500;
|
40
|
+
line-height: 18px;
|
38
41
|
}
|
39
42
|
.int-section {
|
40
43
|
padding: 10px;
|
data/_layouts/appscms-home.html
CHANGED
@@ -51,7 +51,6 @@ assign boxColor = site.data[page.folderName][page.lang][page.fileName].color -%}
|
|
51
51
|
{%- include
|
52
52
|
appscms/extras/traffic-count.html -%} -->
|
53
53
|
{%- include appscms/footer/products.html -%}{%- include
|
54
|
-
|
55
|
-
-%} {%- include appscms/scripts/script.html -%}
|
54
|
+
appscms/footer/footer.html -%} {%- include appscms/scripts/script.html -%}
|
56
55
|
</body>
|
57
56
|
</html>
|
@@ -47,8 +47,7 @@ assign boxColor = site.data[page.folderName][page.lang][page.fileName].color -%}
|
|
47
47
|
<!--
|
48
48
|
{%- include
|
49
49
|
appscms/extras/traffic-count.html -%} -->
|
50
|
-
{%- include appscms/footer/products.html -%}
|
51
|
-
|
52
|
-
-%} {%- include appscms/scripts/script.html -%}
|
50
|
+
{%- include appscms/footer/products.html -%}{%- include
|
51
|
+
appscms/footer/footer.html -%} {%- include appscms/scripts/script.html -%}
|
53
52
|
</body>
|
54
53
|
</html>
|
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: 4.
|
4
|
+
version: 4.8.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- vivek-appscms
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-08-
|
11
|
+
date: 2024-08-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|