jekyll-theme-consulting 0.9.1 → 0.9.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/tabs.html +2 -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: 8832040a3bf9f544f4f9755fa06290c937d276f6cf80fe2d4fa382195c02c0cc
|
4
|
+
data.tar.gz: 1c066378c77ac4168816259fcaba3e317836de37c4f42810dc34b1f72708bb2f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3e63cf694954b8098b19e3deb5f24f43d2f1cd873841c3d16582a083166da93c72afb34bd9270a7a5390b4badaae5e1e9a7e78b457516de4778f745687d5b027
|
7
|
+
data.tar.gz: a9f0eff825dbc500a05ec1b73b6531fabdea3a8794476b7927b1713cc7b4bcb2a5c19441878c7a634fc3888b221bcbca326e46bad3ad8ef900ad5af3d5e07a1b
|
data/_includes/tabs.html
CHANGED
@@ -1,3 +1,4 @@
|
|
1
|
+
{%- assign show-title = include.show-title | default: true -%}
|
1
2
|
<div id="{{ include.id }}" class="vertical-tabset">
|
2
3
|
{%- for tab in include.tabs -%}
|
3
4
|
{%- capture tab-id -%}{{ tab.id | default: tab.title | slugify }}{{ forloop.index }}{%- endcapture -%}
|
@@ -9,7 +10,7 @@
|
|
9
10
|
{%- endif -%}
|
10
11
|
<label for="option-{{ tab-id }}" style="width: {{ include.header-width | default: 30 }}%;">{{ tab.title }}</label>
|
11
12
|
<section class="tab-panel" style="left: {{ include.header-width | default: 30 }}%;">
|
12
|
-
<h2>{{ tab.title }}</h2>
|
13
|
+
{% if show-title == true %}<h2>{{ tab.title }}</h2>{% endif %}
|
13
14
|
<p>{{ tab.content }}</p>
|
14
15
|
</section>
|
15
16
|
</div>
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-theme-consulting
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.9.
|
4
|
+
version: 0.9.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Moodule
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-07-
|
11
|
+
date: 2020-07-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|