kcc-gem-theme 1.60.45 → 1.61.45
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 +5 -0
- 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: c76fa3efbf14c2196517db3a096fbf8aa427292b6b0d97bfd14d88f1f0452b4e
|
4
|
+
data.tar.gz: 04f417b9dd246d6f89e5d4d1e1dd2f0f30eae99a67176de5be8e3fae909b027e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: db6a40da0c90400b8dfac49ff4b884e10892c992abe3a01726ac4f128dbec128ccb7fd5fcd350fc40ba2f92df274fe9729a3946386acfdce797dac15e62e4a9f
|
7
|
+
data.tar.gz: 00c5d822365eec0a66b9840379e8de2a7638c5921bf00ff2560e2595d155833e2a8fab53a94e2e086433531cba56b79d254a6d596d1b7b5fe1bf197b31733852
|
@@ -1,3 +1,8 @@
|
|
1
|
+
<div class="row editor-link">
|
2
|
+
<div class="col editor-link mb-3">
|
3
|
+
<a href="cloudcannon:collections/_tabs/" class="btn btn-success editor-button">Edit Tabs Collection</a>
|
4
|
+
</div>
|
5
|
+
</div>
|
1
6
|
<ul class="nav nav-tabs" id="{{ page.title | replace: ' ', '-' | downcase }}" role="tablist">
|
2
7
|
{% assign page_title = page.title %}
|
3
8
|
{% assign tab_collection = site.tabs | where: "tabs_page", page_title | sort: "order" %}
|
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: 1.
|
4
|
+
version: 1.61.45
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- wdzajicek
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-
|
11
|
+
date: 2020-07-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|