jekyll-theme-consulting 0.11.22 → 0.11.23
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 +4 -4
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2d4875ed20edd8594c1b34e526881d87cdde80f468666c761645519b2d005cd7
|
4
|
+
data.tar.gz: 9bfb912bcdc40b6c999a6b5b6f79b682df5d38a856feb73943bade5c78add80f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 39604a4eb710f89e33760c7a2c433b9a7fcc26ea83937ece3b1536043a199f6ed6ba3c27d0218b453e8725be09f57aca45211960124fbd852d0dd7619f3e96d9
|
7
|
+
data.tar.gz: f04d8fb1f5b33346ccec58fa6996d5e8ca62f2fd355920b402ecdf55c5e9ed9c69257c9b8857ff61416361b1b6a939d682973ee52ae3cc445474969b24d78c06
|
data/_includes/contact.html
CHANGED
@@ -19,10 +19,10 @@
|
|
19
19
|
<div class="col-6 col-12-medium col-12-small col-12-xsmall">
|
20
20
|
<ul class="contact">
|
21
21
|
{% if site.name %}<li class="icon solid fa-user"><a href="">{{ site.name }}</a></li>{% endif %}
|
22
|
-
<li class="icon solid fa-envelope"><a href="mailto:{{ site.email }}">{{ site.email }}</a></li>
|
23
|
-
<li class="icon solid fa-phone"><a href="tel:{{ site.phone }}">{{ site.phone }}</a></li>
|
24
|
-
<li class="icon solid fa-home">{{ site.street_address }}<br />
|
25
|
-
{{ site.zip_code }}, {{ site.city }}</li>
|
22
|
+
{% if include.show_email and include.show_email==true %}<li class="icon solid fa-envelope"><a href="mailto:{{ site.email }}">{{ site.email }}</a></li>{% endif %}
|
23
|
+
{% if include.show_phone and include.show_phone==true %}<li class="icon solid fa-phone"><a href="tel:{{ site.phone }}">{{ site.phone }}</a></li>{% endif %}
|
24
|
+
{% if include.show_street_address and include.show_street_address==true %}<li class="icon solid fa-home">{{ site.street_address }}<br />
|
25
|
+
{{ site.zip_code }}, {{ site.city }}</li>{% endif %}
|
26
26
|
</ul>
|
27
27
|
</div>
|
28
28
|
</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.11.
|
4
|
+
version: 0.11.23
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Apehex
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-08-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -347,7 +347,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
347
347
|
- !ruby/object:Gem::Version
|
348
348
|
version: '0'
|
349
349
|
requirements: []
|
350
|
-
rubygems_version: 3.2.
|
350
|
+
rubygems_version: 3.2.21
|
351
351
|
signing_key:
|
352
352
|
specification_version: 4
|
353
353
|
summary: A sober, hassle-free, full-featured, Jekyll template for businesses.
|