jekyll-theme-mrwooo-solid-state 0.2.002 → 0.2.003

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/footer.html +14 -12
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 795cf8435ceab8af79c1690dae43d94d7232a487
4
- data.tar.gz: dd6a5f5c147d662c1a754fadec3191ed88749cd4
3
+ metadata.gz: 4715fe09d1f9d27ae85f2ffd6cf140d4974b55d7
4
+ data.tar.gz: 2f8806d37bf18d8ea496e47625c390082ff968f4
5
5
  SHA512:
6
- metadata.gz: ca973468cb3728654f054b9ad0dd92541497f897e4efa5be3ad1d962a77247f8e3166de87ad7b27d61dcbdc950daf463655234ed6ee8fc7ffcd06ffcb66b4cd6
7
- data.tar.gz: a8027174c5a6b91bfe2e3e0adc39a780d8133d184209bf474a7d47661cf698afd607de66a45c170a32f255d941bde2b3d90564271ea3fccb942d3ca536de35ef
6
+ metadata.gz: 891b4f85c0434d6409d480234bd74110a7d9475cdd57df9c5587a0e3aaf8c79fa2a0d92514cc4c9996a1b4f87ab96e003a3c2f25808e40fc51bf81b11f2d63a3
7
+ data.tar.gz: e4e2986c1007560f10638429584ee08ad193e412d41ee9ec0037a3375b9ba3b9aa305a9e782ad7a3fe62fd1d6492bc95cb51cc391c8416e71d7ce57b08d12475
@@ -23,53 +23,55 @@
23
23
  </form>
24
24
  <ul class="contact">
25
25
  {% if site.address %}
26
- <li class="fa-home">{{ site.address }}</li>
26
+ <li class="fa-home"><a href="{{ site.address }}">{{ site.address }}</a></li>
27
27
  {% endif %}
28
28
 
29
+ <!-- tel:
30
+ ref: https://tools.ietf.org/html/rfc3966 -->
29
31
  {% if site.phone %}
30
- <li class="fa-phone">{{ site.phone }}</li>
32
+ <li class="fa-phone"><a href="{{ site.phone | prepend: "tel:" }}">{{ site.phone }}</a></li>
31
33
  {% endif %}
32
34
 
33
35
  {% if site.email %}
34
- <li class="fa-envelope"><a href="#">{{ site.email }}</a></li>
36
+ <li class="fa-envelope"><a href="{{ site.email | prepend: "mailto:"}}">{{ site.email }}</a></li>
35
37
  {% endif %}
36
38
 
37
39
  {% if site.twitter %}
38
- <li class="fa-twitter"><a href="#">{{ site.twitter }}</a></li>
40
+ <li class="fa-twitter"><a href="{{ site.twitter | replace: "https://", "" | prepend: "https://" }}">{{ site.twitter }}</a></li>
39
41
  {% endif %}
40
42
 
41
43
  {% if site.facebook %}
42
- <li class="fa-facebook"><a href="#">{{ site.facebook }}</a></li>
44
+ <li class="fa-facebook"><a href="{{ site.facebook | replace: "https://", "" | prepend: "https://" }}">{{ site.facebook }}</a></li>
43
45
  {% endif %}
44
46
 
45
47
  {% if site.instagram %}
46
- <li class="fa-instagram"><a href="#">{{ site.instagram }}</a></li>
48
+ <li class="fa-instagram"><a href="{{ site.instagram | replace: "https://", "" | prepend: "https://" }}">{{ site.instagram }}</a></li>
47
49
  {% endif %}
48
50
 
49
51
  {% if site.linkedin %}
50
- <li class="fa-linkedin"><a href="#">{{ site.linkedin }}</a></li>
52
+ <li class="fa-linkedin"><a href="{{ site.instagram | replace: "https://", "" | prepend: "https://" }}">{{ site.instagram }}</a></li>
51
53
  {% endif %}
52
54
 
53
55
  {% if site.youtube %}
54
- <li class="fa-youtube"><a href="#">{{ site.youtube }}</a></li>
56
+ <li class="fa-youtube"><a href="{{ site.youtube | replace: "https://", "" | prepend: "https://" }}">{{ site.youtube }}</a></li>
55
57
  {% endif %}
56
58
 
57
59
  {% if site.googleplus %}
58
- <li class="fa-google-plus"><a href="#">{{ site.googleplus }}</a></li>
60
+ <li class="fa-google-plus"><a href="{{ site.googleplus | replace: "https://", "" | prepend: "https://" }}">{{ site.googleplus }}</a></li>
59
61
  {% endif %}
60
62
 
61
63
  {% if site.github %}
62
- <li class="fa-github"><a href="#">{{ site.github }}</a></li>
64
+ <li class="fa-github"><a href="{{ site.github | replace: "https://", "" | prepend: "https://" }}">{{ site.github }}</a></li>
63
65
  {% endif %}
64
66
 
65
67
  {% if site.dribble %}
66
- <li class="fa-dribbble"><a href="#">{{ site.dribbble }}</a></li>
68
+ <li class="fa-dribbble"><a href="{{ site.dribbble | replace: "https://", "" | prepend: "https://"}} ">{{ site.dribbble }}</a></li>
67
69
  {% endif %}
68
70
  </ul>
69
71
  <ul class="copyright">
70
72
  <li>&copy; {{ site.owner }}. All rights reserved.</li>
71
73
  <li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
72
- <li>Packaged by: <a href="https://www.mrwooo.com/jekyll/themes/solid-state">MrWooo</a></li>
74
+ <li>Packaged by: <a href="https://www.mrwooo.com/jekyllrb/themes/solid-state">MrWooo</a></li>
73
75
  </ul>
74
76
  </div>
75
77
  </section>
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-mrwooo-solid-state
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.002
4
+ version: 0.2.003
5
5
  platform: ruby
6
6
  authors:
7
7
  - MrWooo
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-07-25 00:00:00.000000000 Z
11
+ date: 2018-07-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll