jumbo-jekyll-theme 4.6.0 → 4.6.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bc7abfa9f773df6da3a87324e078c629fdeedbcce35032f7517eb927cb54480c
4
- data.tar.gz: 0b8f790d9cdb39f9c91324a3725b23cda229dad6f606b82e514b1da94c4f5453
3
+ metadata.gz: eea5da6b5b4934a14ca077ff8b92f5ba5db1eaefb52505875fce42020f02084e
4
+ data.tar.gz: 8f087514621e20262ef2e520d249e71f7ac09e9d58afc8c3fa2f09fdfafe8246
5
5
  SHA512:
6
- metadata.gz: 1dd6608b49517f3f83d8d5ac03ffca23246cca030526096d4bc3ef19c77013263c7719aaed37f44dd2f3049d935463a72052cf2bebd2a0c3c4ea32041213a87e
7
- data.tar.gz: 31bf5b6094fe4449fb4fe5038a901fc0d705f049ef58253aae92b72cf60d7236542731a15897faa7efe4c35038e638a0ac00654d4ad56fe7b59146a542889373
6
+ metadata.gz: 657cadf28e884d7b7828d0f5af4b648cde14ccd30c792fd4f9d47b5f5dddec7b324a3940011416335ea15111d6eba2e285d98a0e756078c93bc269c49fadb4a5
7
+ data.tar.gz: e32e274ade2a3c4f6d5cf8e5bc54843192633688d572054f56f756cdf299918b897286f151a186f17f8ceb27d3e314a908855f4d71b2131d25836f7fa417e28e
@@ -101,9 +101,9 @@ mailchimp:
101
101
  # repo: https://www.github.com/Linaro/website
102
102
  # docs: https://www.github.com/Linaro/website
103
103
  # Jekyll social media site settings. Github, LinkedIn, Google+, Facebook and Youtube
104
- # github_username: Linaro
105
- # linkedin_username: 1026961
106
- google_plus_username: +LinaroOnAir
104
+ github_username: Linaro
105
+ linkedin_username: 1026961
106
+ # google_plus_username: +LinaroOnAir
107
107
  facebook_username: LinaroOrg
108
108
  youtube_username: linaroorg
109
109
  twitter_username: linaroorg
@@ -1,7 +1,19 @@
1
+ {% if site.data.settings.twitter_username %}
2
+ <a href="https://twitter.com/{{site.data.settings.twitter_username}}" class="btn btn-social-icon"><i
3
+ class="icon-twitter"></i></a>
4
+ {% endif %}
1
5
  {% if site.data.settings.facebook_username %}
2
6
  <a href="http://facebook.com/{{site.data.settings.facebook_username}}" class="btn btn-social-icon"><i
3
7
  class="icon-facebook"></i></a>
4
8
  {% endif %}
9
+ {% if site.data.settings.linkedin_username %}
10
+ <a href="https://www.linkedin.com/company/{{site.data.settings.linkedin_username}}" class="btn btn-social-icon"><i
11
+ class="icon-linkedin"></i></a>
12
+ {% endif %}
13
+ {% if site.data.settings.youtube_username %}
14
+ <a href="https://www.youtube.com/{{site.data.settings.youtube_username}}" class="btn btn-social-icon"><i
15
+ class="icon-youtube"></i></a>
16
+ {% endif %}
5
17
  {% if site.data.settings.github_username %}
6
18
  <a href="https://github.com/{{site.data.settings.github_username}}" class="btn btn-social-icon"><i
7
19
  class="icon-github-circled"></i></a>
@@ -9,16 +21,4 @@
9
21
  {% if site.data.settings.google_plus_username %}
10
22
  <a href="https://plus.google.com/{{site.data.settings.google_plus_username}}/posts" class="btn btn-social-icon"><i
11
23
  class="icon-gplus"></i></a>
12
- {% endif %}
13
- {% if site.data.settings.linkedin_username %}
14
- <a href="https://www.linkedin.com/company/{{site.data.settings.linkedin_username}}" class="btn btn-social-icon"><i
15
- class="icon-linkedin"></i></a>
16
- {% endif %}
17
- {% if site.data.settings.twitter_username %}
18
- <a href="https://twitter.com/{{site.data.settings.twitter_username}}" class="btn btn-social-icon"><i
19
- class="icon-twitter"></i></a>
20
- {% endif %}
21
- {% if site.data.settings.youtube_username %}
22
- <a href="https://www.youtube.com/{{site.data.settings.youtube_username}}" class="btn btn-social-icon"><i
23
- class="icon-youtube"></i></a>
24
24
  {% endif %}
@@ -92,6 +92,8 @@ $footer-bg-color: #1c1c1c;
92
92
  .footer-follow-section {
93
93
  padding-bottom: 40px;
94
94
  text-align: center;
95
+ padding-left: 30px;
96
+ padding-right: 30px;
95
97
  a.btn.btn-social-icon {
96
98
  margin-right: 10px;
97
99
  padding-right: 0;
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jumbo-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.6.0
4
+ version: 4.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kyle Kirkby
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-05-21 00:00:00.000000000 Z
11
+ date: 2019-05-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll