linaro-jekyll-theme 0.7.1 → 0.7.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5bbb9d4bfd08a6ae390fd5a94365e5ff307d9394
4
- data.tar.gz: 6ec9d3441412667f41373a15142982679af7614c
3
+ metadata.gz: 378fb986a7b796479b815e06cce02513b7b7c3c5
4
+ data.tar.gz: 2c783a48021b598c7d121a2eb0c9bcfff04e5dcf
5
5
  SHA512:
6
- metadata.gz: 6bcb4d658568bc0388841596be9c9f47caa5c741c2150cfc8d8efb278ec6d230a486c28b31a25fe57b87e95ae06ea9de749c60d26f7e84254b25d99c6bcc6d68
7
- data.tar.gz: 9834c5c6f47719b270dfc545e6a9ced7a7160a9aba4bc9048af0618b3ab52350b5ae6e840f2836b24c93e9e6c07cf50fa8aa917288efb02e23ddf662e1dfa8d1
6
+ metadata.gz: 1781025fe33a4c4cc6d82afc094b141c50e3c736688e1c140cd065ab7789ed7424b13661467fa2c95091b09bf4346d0277d84e3bdff05709f21668727bc0b305
7
+ data.tar.gz: 1392f7d64495214738260a42a457b9befb332b6e1ac54c267e83d5468d3163f7867796545442bb72483605859c07c6a68738bf8209f00c788e85a2c46e178d34
data/_data/company.yml CHANGED
@@ -6,15 +6,9 @@ mailchimp:
6
6
  enabled: false
7
7
  id: e3d2abc041
8
8
  # Jekyll social media site settings. Github, LinkedIn, Google+, Facebook and Youtube
9
- github_username: 96boards
10
- linkedin_username: 6637095
11
- google_plus_username: 106009833460292139774
12
- facebook_username: 96Boards
13
- youtube_username: 96Boards
14
- twitter_username: 96Boards
15
9
  disqus:
16
10
  enabled: true
17
11
  shortname: 96boards
18
-
12
+
19
13
  homepage_image: /assets/images/background-image.jpg
20
14
  breadcrumb-image: /assets/images/background-image.jpg
@@ -41,19 +41,19 @@
41
41
  {% if site.data.company.facebook_username %}
42
42
  <a href="http://facebook.com/{{site.data.company.facebook_username}}" class="btn btn-social-icon"><i class="icon-facebook"></i></a>
43
43
  {% endif %}
44
- {% if site.data.company.facebook_username %}
44
+ {% if site.data.company.github_username %}
45
45
  <a href="https://github.com/{{site.data.company.github_username}}" class="btn btn-social-icon"><i class="icon-github-circled"></i></a>
46
46
  {% endif %}
47
- {% if site.data.company.facebook_username %}
47
+ {% if site.data.company.google_plus_username %}
48
48
  <a href="https://plus.google.com/{{site.data.company.google_plus_username}}/posts" class="btn btn-social-icon"><i class="icon-gplus"></i></a>
49
49
  {% endif %}
50
- {% if site.data.company.facebook_username %}
50
+ {% if site.data.company.linkedin_username %}
51
51
  <a href="https://www.linkedin.com/company/{{site.data.company.linkedin_username}}" class="btn btn-social-icon"><i class="icon-linkedin"></i></a>
52
52
  {% endif %}
53
- {% if site.data.company.facebook_username %}
53
+ {% if site.data.company.twitter_username %}
54
54
  <a href="https://twitter.com/{{site.data.company.twitter_username}}" class="btn btn-social-icon"><i class="icon-twitter"></i></a>
55
55
  {% endif %}
56
- {% if site.data.company.facebook_username %}
56
+ {% if site.data.company.youtube_username %}
57
57
  <a href="https://www.youtube.com/{{site.data.company.youtube_username}}" class="btn btn-social-icon"><i class="icon-youtube"></i></a>
58
58
  {% endif %}
59
59
  </div>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: linaro-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.1
4
+ version: 0.7.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kyle Kirkby