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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/tabs.html +2 -1
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b35f2481952a9ebe8dafa4b1cd177e286164cd92ac747a381733d218a3982ad5
4
- data.tar.gz: 4651f3798b25346443982a304f7a184a24845b64eca63b1ada5709c3f65dd908
3
+ metadata.gz: 8832040a3bf9f544f4f9755fa06290c937d276f6cf80fe2d4fa382195c02c0cc
4
+ data.tar.gz: 1c066378c77ac4168816259fcaba3e317836de37c4f42810dc34b1f72708bb2f
5
5
  SHA512:
6
- metadata.gz: eafecc362c9ed8381a598c422503d71b9afc6e792210c7d23e195361195ee248d700925a69e2ae687ca5bd21ef0615af6f3244124d46fa1ecabf9b7c623358d6
7
- data.tar.gz: ff1efcfb824a73ae3e024ecc7f941a42e478c34cc737fed5ca2cd151722fb7115e4aea7d2f193a495170d3e64a29be2a28a51d798d61f6f9f013f4376de0a332
6
+ metadata.gz: 3e63cf694954b8098b19e3deb5f24f43d2f1cd873841c3d16582a083166da93c72afb34bd9270a7a5390b4badaae5e1e9a7e78b457516de4778f745687d5b027
7
+ data.tar.gz: a9f0eff825dbc500a05ec1b73b6531fabdea3a8794476b7927b1713cc7b4bcb2a5c19441878c7a634fc3888b221bcbca326e46bad3ad8ef900ad5af3d5e07a1b
@@ -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.1
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-26 00:00:00.000000000 Z
11
+ date: 2020-07-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll