kcc-gem-theme 3.13.9 → 3.14.1
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/tabbed-content.html +7 -2
- 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: 0e9ac7177034cfe4018bbd8dbc48b8be4c191aa1dd9690613714ea3382c53c08
|
4
|
+
data.tar.gz: da0f74581a9c592fc08f2649c0742d5b9f60c6f70f17ec9ad065646ea3f54e83
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1fe6a657a7c573d11864e01e16f6db39d27839677b9aec2afad495a3ad3a66600d654365eced5660f7d3cd759ddebb232993caed342a9b41050b32ad98b4cdef
|
7
|
+
data.tar.gz: c9df043c0cc0c2d71c07690c5a6f05ebbfacf8b7ff78c7c66022b6a56307740723c674eac998cf79cfbf447dc61bf26a3d98beb5001a3f1e75ac17758ae86abf
|
@@ -3,7 +3,12 @@
|
|
3
3
|
<a href="cloudcannon:collections/_tabs/" class="btn btn-success editor-button">Edit Tabs Collection</a>
|
4
4
|
</div>
|
5
5
|
</div>
|
6
|
-
|
6
|
+
{% if include.tabpanel_id %}
|
7
|
+
{% assign tabpanel_id = include.tabpanel_id %}
|
8
|
+
{% else %}
|
9
|
+
{% assign tabpanel_id = page.title | replace: ' ', '-' | downcase %}
|
10
|
+
{% endif %}
|
11
|
+
<ul class="nav nav-tabs navTabs" id="{{ tabpanel_id }}" role="tablist">
|
7
12
|
{% assign page_title = page.title %}
|
8
13
|
{% assign tab_collection = site.tabs | where: "tabs_page", page_title | sort: "order" %}
|
9
14
|
{% for tab in tab_collection %}
|
@@ -17,7 +22,7 @@
|
|
17
22
|
</li>
|
18
23
|
{% endfor %}
|
19
24
|
</ul>
|
20
|
-
<div class="tab-content mt-3 px-1" id="{{
|
25
|
+
<div class="tab-content mt-3 px-1" id="{{ tabpanel_id }}-content">
|
21
26
|
{% for tab in tab_collection %}
|
22
27
|
{% if tab.alternate_id %}
|
23
28
|
{% assign tab_id = tab.alternate_id %}
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: kcc-gem-theme
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.
|
4
|
+
version: 3.14.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- wdzajicek
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-07-
|
11
|
+
date: 2025-07-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|