kcc-gem-theme 1.19.2 → 1.20.2
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/accordion.html +5 -0
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0ea7ce5eb890d048ce641bf172d0b1adf96104b29c77fdfbc03928a43a92a75f
|
4
|
+
data.tar.gz: a00af9d27773324a9d2990aa91df7c83896e89ebf699c8456ce8152154e4b568
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4cf43eb3777b4430bb4553afcdcda4345141a1260ce53f206be1e04d64d373069e9eb6166e928170616ca4d07b69ca313dc4721744803f9c20bd6140a6b9f3ea
|
7
|
+
data.tar.gz: 56e0bed0d2a16278577d1166b3e04c506634647548dfe4a1717e978764bf261d7bfa7de44e534b79d16d09cfd1ff3397769fc9ef858acc12fd15f22e89f34b25
|
data/_includes/accordion.html
CHANGED
@@ -1,3 +1,8 @@
|
|
1
|
+
<div class="row editor-link">
|
2
|
+
<div class="col editor-link mb-3">
|
3
|
+
<a href="cloudcannon:collections/_accordions/" class="btn btn-success editor-button">Edit Accordions Collection</a>
|
4
|
+
</div>
|
5
|
+
</div>
|
1
6
|
<div id="accordion" class="accordion">
|
2
7
|
{% assign page_title = page.title %}
|
3
8
|
{% assign accordion_collection = site.accordions | where: "accordion_page", page_title | sort: "order" %}
|