jekyll-theme-consulting 0.9.3 → 0.9.4

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6b6d6f02279970e8635f24390ef196ea610c1c457863b03f5676fe828e57a948
4
- data.tar.gz: 6ecfa7a6e2d3ec4c420845c6590a391fb0a3e4b27d6b20804228c5fc31de9550
3
+ metadata.gz: ac627d4130c41e594d33fb96f74057c05d505ab3604632a7a756ae93e8b2ff29
4
+ data.tar.gz: 71fa22cfab9dc59b9fbecef6d5ba9ec6850835e4c832d5cc2fafd431306806f2
5
5
  SHA512:
6
- metadata.gz: e2934b518630f8512b94a6cd8fa00b9294f6c7d595e3df8e5bb0406116657fe59cca852f584604fcc516d64e4799797bc688894c0585fbc6f66dda1868b3635f
7
- data.tar.gz: 0252cd01103a75131dea85edc95e6846ca513d26ef655db13efc5553e9a71817837437a7bdf0ea6c4ad241b15d28309a57ac386ced6f385a2564b629411f7953
6
+ metadata.gz: e725eabb3544b4c68590d3690506370989351054c3928384dfe16a27fb9af4de42ab4128bf95feb1735ff10cbdb90f6ad9cdf5f002b0cf7972b421f65c35a470
7
+ data.tar.gz: e03dfdea16e6dae387c2e3cd3f9c3b242b6bf2e69b6947afa074cbb227fa106f69dc947463ef09aefc601074f40c2ac2c8ca2d11e7a9fb4e76d1a1a15e6e0cf1
@@ -18,8 +18,8 @@
18
18
  </div>
19
19
  <div class="col-6 col-12-medium col-12-small col-12-xsmall">
20
20
  <ul class="contact">
21
- <li class="icon solid fa-envelope"><a href="#">{{ site.email }}</a></li>
22
- <li class="icon solid fa-phone">{{ site.phone }}</li>
21
+ <li class="icon solid fa-envelope"><a href="mailto:{{ site.email }}">{{ site.email }}</a></li>
22
+ <li class="icon solid fa-phone"><a href="tel:{{ site.phone }}">{{ site.phone }}</a></li>
23
23
  <li class="icon solid fa-home">{{ site.street_address }}<br />
24
24
  {{ site.zip_code }}, {{ site.city }}</li>
25
25
  </ul>
@@ -1,9 +1,9 @@
1
1
  {%- assign show-title = include.show-title | default: true -%}
2
2
  <div {% if include.id %}id="{{ include.id }}"{% endif %} class="vertical-tabset">
3
- {%- for tab in include.tabs -%}
4
- {%- capture tab-id -%}tab{{ forloop.index }}-{{ tab.id | default: tab.title | slugify }}{%- endcapture -%}
3
+ {%- for tab in include.tabs -%}
4
+ {%- capture tab-id -%}tab{{ forloop.index }}-{{ tab.id | default: tab.title | slugify }}{%- endcapture -%}
5
5
  <div id="{{ tab-id }}" class="vertical-tab">
6
- {%- if forloop.first == true -%}
6
+ {%- if forloop.first == true -%}
7
7
  <input type="radio" name="{{ include.id }}" id="option-{{ tab-id }}" checked>
8
8
  {%- else -%}
9
9
  <input type="radio" name="{{ include.id }}" id="option-{{ tab-id }}">
@@ -14,5 +14,5 @@
14
14
  <p>{{ tab.content }}</p>
15
15
  </section>
16
16
  </div>
17
- {%- endfor -%}
17
+ {%- endfor -%}
18
18
  </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.3
4
+ version: 0.9.4
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-27 00:00:00.000000000 Z
11
+ date: 2020-07-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll