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 +4 -4
- data/_includes/contact.html +2 -2
- data/_includes/tabs.html +4 -4
- 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: ac627d4130c41e594d33fb96f74057c05d505ab3604632a7a756ae93e8b2ff29
|
4
|
+
data.tar.gz: 71fa22cfab9dc59b9fbecef6d5ba9ec6850835e4c832d5cc2fafd431306806f2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e725eabb3544b4c68590d3690506370989351054c3928384dfe16a27fb9af4de42ab4128bf95feb1735ff10cbdb90f6ad9cdf5f002b0cf7972b421f65c35a470
|
7
|
+
data.tar.gz: e03dfdea16e6dae387c2e3cd3f9c3b242b6bf2e69b6947afa074cbb227fa106f69dc947463ef09aefc601074f40c2ac2c8ca2d11e7a9fb4e76d1a1a15e6e0cf1
|
data/_includes/contact.html
CHANGED
@@ -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="
|
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>
|
data/_includes/tabs.html
CHANGED
@@ -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
|
-
|
4
|
-
|
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
|
-
|
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
|
-
|
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.
|
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-
|
11
|
+
date: 2020-07-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|