jekyll-theme-consulting 0.11.23 → 0.11.24

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/contact.html +4 -4
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2d4875ed20edd8594c1b34e526881d87cdde80f468666c761645519b2d005cd7
4
- data.tar.gz: 9bfb912bcdc40b6c999a6b5b6f79b682df5d38a856feb73943bade5c78add80f
3
+ metadata.gz: 90db7cec99e91a63f898fb45cab4fbef82f1fd36738cd1f687576fa59d6ca992
4
+ data.tar.gz: 187b2687fafc477e50ca4181ed80738dd136eeabbfcfc4bb59c5f8f8a2fdcd23
5
5
  SHA512:
6
- metadata.gz: 39604a4eb710f89e33760c7a2c433b9a7fcc26ea83937ece3b1536043a199f6ed6ba3c27d0218b453e8725be09f57aca45211960124fbd852d0dd7619f3e96d9
7
- data.tar.gz: f04d8fb1f5b33346ccec58fa6996d5e8ca62f2fd355920b402ecdf55c5e9ed9c69257c9b8857ff61416361b1b6a939d682973ee52ae3cc445474969b24d78c06
6
+ metadata.gz: b403046656ce6555a85bb94e436e6c76cc1e3b9989d11d61eb9446406397f7ed1cc7a67cf0ca58f6cc9b03a50315111ff47cfdcbe7067e564564b93bbdd202b7
7
+ data.tar.gz: 8ed59d78112f737daa7fea45020d026fe8c95dff00c02c765afd7060af63da90bc57394feef356ed43b27198a12b61874c7980e3256cd8492b107506a1cf6bba
@@ -18,10 +18,10 @@
18
18
  </div>
19
19
  <div class="col-6 col-12-medium col-12-small col-12-xsmall">
20
20
  <ul class="contact">
21
- {% if site.name %}<li class="icon solid fa-user"><a href="">{{ site.name }}</a></li>{% endif %}
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 />
21
+ {% if site.name and include.show_name and include.show_name==true %}<li class="icon solid fa-user"><a href="">{{ site.name }}</a></li>{% endif %}
22
+ {% if site.email and 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 site.phone and 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 site.street_address and include.show_street_address and include.show_street_address==true %}<li class="icon solid fa-home">{{ site.street_address }}<br />
25
25
  {{ site.zip_code }}, {{ site.city }}</li>{% endif %}
26
26
  </ul>
27
27
  </div>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-consulting
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.23
4
+ version: 0.11.24
5
5
  platform: ruby
6
6
  authors:
7
7
  - Apehex