jumbo-jekyll-theme 1.4.3.46 → 1.4.3.47
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/footer.html +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6ab7cac93746c06f31472f8ca0947f7485b4ef29
|
4
|
+
data.tar.gz: 816e46b02ced7ffa53254c47a88967aa99742471
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9955c733960e9cc17a1a453232b8a03f49261d5bc93c7ca58ae013e4dc0115862674780290bb5e385839f62df8da1d57b2bc9cf1ae544ba4128c931dde4184d1
|
7
|
+
data.tar.gz: 9602e45f7d4b4ee2e0c13a333f7a990a258e46b6394dfc5fd11bd2d20dfd5b681af7d0b14cca7ec4aef671b866750a56bac3e5c5628cb64d91f7791cebbd49f2
|
data/_includes/footer.html
CHANGED
@@ -38,7 +38,7 @@
|
|
38
38
|
<a href="https://plus.google.com/{{site.data.settings.google_plus_username}}/posts" class="btn btn-social-icon"><i class="icon-gplus"></i></a> {% endif %} {% if site.data.settings.linkedin_username %}
|
39
39
|
<a href="https://www.linkedin.com/company/{{site.data.settings.linkedin_username}}" class="btn btn-social-icon"><i class="icon-linkedin"></i></a> {% endif %} {% if site.data.settings.twitter_username %}
|
40
40
|
<a href="https://twitter.com/{{site.data.settings.twitter_username}}" class="btn btn-social-icon"><i class="icon-twitter"></i></a> {% endif %} {% if site.data.settings.youtube_username %}
|
41
|
-
<a href="https://www.youtube.com/{{site.data.settings.youtube_username}}" class="btn btn-social-icon"><i class="icon-youtube"></i></a>
|
41
|
+
<a href="https://www.youtube.com/channel/{{site.data.settings.youtube_username}}" class="btn btn-social-icon"><i class="icon-youtube"></i></a>
|
42
42
|
{% endif %}
|
43
43
|
</div>
|
44
44
|
<div style="clear:both;"></div>
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jumbo-jekyll-theme
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.4.3.
|
4
|
+
version: 1.4.3.47
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Kyle Kirkby
|
@@ -16,20 +16,20 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '3.
|
19
|
+
version: '3.5'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.5.1
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
26
26
|
requirements:
|
27
27
|
- - "~>"
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: '3.
|
29
|
+
version: '3.5'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.5.1
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: jekyll-seo-tag
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|