appscms-tools-theme 1.6.5 → 1.6.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/_includes/footer/index.html +19 -5
- data/_includes/languages/languages.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: 237bebb1d7295105d593b6d447ec134a8f1a8e114c23ffddafacddf91ea515be
|
|
4
|
+
data.tar.gz: 53f793fc389f3bb6d8c47e4215aed347418bed06f3ed1f0709052b76fec80d71
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 35b4e81851df13609573cb8eeeb95d5bbc5b603e41ba0d684046ebc64fc6dfcebf777307cd96d42f13ac84243d309fb65fc4fb52813b7b6ae3c4e5a99265cf79
|
|
7
|
+
data.tar.gz: 88c5cc5f6f75faadc4d4e6675c30cc65dfeb28c309816a1b0398d5860a25bb2e3a343921b392aa2a84c1cf87658994d2b369f54d98dc5543b97e89bb5b275c3d
|
data/_includes/footer/index.html
CHANGED
|
@@ -181,8 +181,7 @@
|
|
|
181
181
|
{%- if item == 'en'-%}
|
|
182
182
|
{%- if dataFile.htmlLangAtt == item -%}
|
|
183
183
|
<li class="language-drop-down-item font-weight-bold ">
|
|
184
|
-
<a class="active-lang"
|
|
185
|
-
href="/{{ page.permalink | split: '/' | last}}">English <i
|
|
184
|
+
<a class="active-lang" href="{{ page.permalink}}">English <i
|
|
186
185
|
class="fas fa-check ml-auto "></i> </a>
|
|
187
186
|
</li>
|
|
188
187
|
{%- else -%}
|
|
@@ -195,14 +194,29 @@
|
|
|
195
194
|
{%- else -%}
|
|
196
195
|
{%- if dataFile.htmlLangAtt == item -%}
|
|
197
196
|
<li class="language-drop-down-item font-weight-bold ">
|
|
198
|
-
|
|
199
|
-
|
|
197
|
+
{%- if page.permalink | split: '/' | last != item -%}
|
|
198
|
+
<a class="active-lang" href="{{ page.permalink}}">{{[item][1]}}
|
|
199
|
+
<i class="fas fa-check ml-auto "></i> </a>
|
|
200
|
+
{%- else -%}
|
|
201
|
+
<a class="active-lang" href="/{{item}}">{{[item][1]}} <i
|
|
200
202
|
class="fas fa-check ml-auto "></i> </a>
|
|
203
|
+
{%- endif -%}
|
|
201
204
|
</li>
|
|
202
205
|
{%- else -%}
|
|
203
206
|
<li class="language-drop-down-item ">
|
|
204
|
-
|
|
207
|
+
{%- if page.permalink | split: '/' | last != item -%}
|
|
208
|
+
{%- if dataFile.features -%}
|
|
209
|
+
<a href="/{{item}}">{{[item][1]}}
|
|
205
210
|
</a>
|
|
211
|
+
{%- else -%}
|
|
212
|
+
<a href="/{{item}}/{{ page.permalink | split: '/' | last}}">{{[item][1]}}
|
|
213
|
+
</a>
|
|
214
|
+
{%- endif -%}
|
|
215
|
+
|
|
216
|
+
{%- else -%}
|
|
217
|
+
<a href="/{{item}}">{{[item][1]}}
|
|
218
|
+
</a>
|
|
219
|
+
{%- endif -%}
|
|
206
220
|
</li>
|
|
207
221
|
{%- endif -%}
|
|
208
222
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{%- assign matchurls
|
|
2
|
-
="id&&
|
|
2
|
+
="id&&da&&de&&en&&es&&fr&&it&&nl&&pl&&pt&&sv&&vi&&tr&&ru&&uk&&ar&&hi&&th&&ko&&ja&&zh&&zh-TW&&zh-tw"
|
|
3
3
|
| split: '&&' -%}
|
|
4
4
|
{% assign id = "id&&Bahasa Indonesia" | split: '&&' %}
|
|
5
5
|
{% assign ms-MY = "ms-MY&&Bahasa Malaysia" | split: '&&' %}
|
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.6.
|
|
4
|
+
version: 1.6.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-12-
|
|
11
|
+
date: 2021-12-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|