kcc-gem-theme-original 1.0.7 → 1.0.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/nav-local.html +3 -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: 4e1d27aaf7764132a0bb2339de268187c8c07ef6ce23ee69d8cc56b95581c771
|
4
|
+
data.tar.gz: a59fec9c283cc664169295fbedd57f3ca63bbc962c18e984d8d643830ba8e163
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a39a3150d64ec649324d72f5a3421d86c8d85989ac45052ecf81fe005b02a78975055da70f358dc5234ca007adc18cdd0b38f2fda1ac58a7536cc25cc8bcf3da
|
7
|
+
data.tar.gz: 497ef852769dd2f818a509e95409d92b8965ba549b5c4ec0913a7002a36913be735a5e2fa07a00299ad951237e0cbc5b690a9025bc448435919f2906a15a15e9
|
data/_includes/nav-local.html
CHANGED
@@ -14,12 +14,12 @@
|
|
14
14
|
</li>
|
15
15
|
{% elsif link.dropdown %}
|
16
16
|
<li class="nav-item dropdown">
|
17
|
-
<a class="nav-link dropdown-toggle btn btn-primary typography__nav-local--nav-link links__nav-link--color" href="#" id="{{ link.link_text | downcase }}
|
17
|
+
<a class="nav-link dropdown-toggle btn btn-primary typography__nav-local--nav-link links__nav-link--color" href="#" id="{{ link.link_text | downcase | split: ' ' | join: '-' }}-navbar-dropdown" role="button" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
18
18
|
{{ link.link_text }}
|
19
19
|
</a>
|
20
|
-
<div class="dropdown-menu dropdown-menu-end" aria-labelledby="{{ link.link_text | downcase }}
|
20
|
+
<div class="dropdown-menu dropdown-menu-end" aria-labelledby="{{ link.link_text | downcase | split: ' ' | join: '-' }}-navbar-dropdown">
|
21
21
|
{% for item in link.dropdown %}
|
22
|
-
<a class="dropdown-item" href="{{ page.baseurl }}{{ item.href }}">{{ item.text }}</a>
|
22
|
+
<a class="dropdown-item" href="{% unless item.href contains 'https://' %}{{ page.baseurl }}{% endunless %}{{ item.href }}">{{ item.text }}</a>
|
23
23
|
{% endfor %}
|
24
24
|
</div>
|
25
25
|
</li>
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: kcc-gem-theme-original
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- wdzajicek
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-05-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|