linaro-jekyll-theme 0.10.17 → 0.10.18

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: '09d29b7529ffc688a62a4bc1878ae4a71e72708e'
4
- data.tar.gz: ced6b8f56c98adcbc16100983e6682e4a7944180
3
+ metadata.gz: b7cd86edd698de4ec85d21e683d7425288a3fc90
4
+ data.tar.gz: 795d0e68d89fbf260373a0b60b74e1d55f74705d
5
5
  SHA512:
6
- metadata.gz: d0046755654656130e5a130166bbf6391b9ab63a8295432d9fe46f0f6b94baa3c16d8db1a5faacb705dc6a5d7054d9fa0b448703562ecbf58f836cab9a8ba7c8
7
- data.tar.gz: 24cf8dda8fa6548f5225d45b3ff241d3b93b1a3421edffcba0ad7d45da2329428608aeb8eca85d453c55599379ac34faebf86a653b37b52a52a9e28ebf5d97ee
6
+ metadata.gz: 549d4996312727ecea4b5489402c118c33ca1c48fda66666f86fd869a1049b8e55bf60884e01699c1e369917be320f695b8750a061d6fb4899db53ed3d386578
7
+ data.tar.gz: 9551c1c851bdd8fb1e28addeba7deb24fdb68cbc81526ef92f76e0f4e129db5489bcd9482f9b13ee679ce9300d454450ed8c3f43b6ec8b47875b6f82a3253313
data/_data/company.yml CHANGED
@@ -2,6 +2,8 @@ favicon: /assets/images/favicon.png?v=2
2
2
  name: 96boards
3
3
  search-label: 96Boards
4
4
  slogan: A theme for Linaro Static Sites
5
+ github_username: kylekirkby
6
+ facebook_username: kylekirkby
5
7
  # members:
6
8
  # excludes:
7
9
  # - /search/
@@ -65,22 +65,22 @@
65
65
  </div>
66
66
  <div class="col-md-6 social-footer-bottom">
67
67
  {% if site.data.company.facebook_username %}
68
- <a href="http://facebook.com/{{site.data.company.facebook_username}}" class="btn btn-social-icon"><i class="icon-facebook"></i></a>
68
+ <a href="http://facebook.com/{{site.data.company.facebook_username}}" class="btn btn-social-icon pull-right"><i class="icon-facebook"></i></a>
69
69
  {% endif %}
70
70
  {% if site.data.company.github_username %}
71
- <a href="https://github.com/{{site.data.company.github_username}}" class="btn btn-social-icon"><i class="icon-github-circled"></i></a>
71
+ <a href="https://github.com/{{site.data.company.github_username}}" class="btn btn-social-icon pull-right"><i class="icon-github-circled"></i></a>
72
72
  {% endif %}
73
73
  {% if site.data.company.google_plus_username %}
74
- <a href="https://plus.google.com/{{site.data.company.google_plus_username}}/posts" class="btn btn-social-icon"><i class="icon-gplus"></i></a>
74
+ <a href="https://plus.google.com/{{site.data.company.google_plus_username}}/posts" class="btn btn-social-icon pull-right"><i class="icon-gplus"></i></a>
75
75
  {% endif %}
76
76
  {% if site.data.company.linkedin_username %}
77
- <a href="https://www.linkedin.com/company/{{site.data.company.linkedin_username}}" class="btn btn-social-icon"><i class="icon-linkedin"></i></a>
77
+ <a href="https://www.linkedin.com/company/{{site.data.company.linkedin_username}}" class="btn btn-social-icon pull-right"><i class="icon-linkedin"></i></a>
78
78
  {% endif %}
79
79
  {% if site.data.company.twitter_username %}
80
- <a href="https://twitter.com/{{site.data.company.twitter_username}}" class="btn btn-social-icon"><i class="icon-twitter"></i></a>
80
+ <a href="https://twitter.com/{{site.data.company.twitter_username}}" class="btn btn-social-icon pull-right"><i class="icon-twitter"></i></a>
81
81
  {% endif %}
82
82
  {% if site.data.company.youtube_username %}
83
- <a href="https://www.youtube.com/{{site.data.company.youtube_username}}" class="btn btn-social-icon"><i class="icon-youtube"></i></a>
83
+ <a href="https://www.youtube.com/{{site.data.company.youtube_username}}" class="btn btn-social-icon pull-right"><i class="icon-youtube"></i></a>
84
84
  {% endif %}
85
85
  </div>
86
86
  <div style="clear:both;"></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.10.17
4
+ version: 0.10.18
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kyle Kirkby