File tree 4 files changed +11
-8
lines changed
4 files changed +11
-8
lines changed Original file line number Diff line number Diff line change 1
1
source "https://rubygems.org"
2
2
3
3
gem 'jekyll' , '~> 3.7.0'
4
- gem 'jekyll-target-blank' , '1.0 '
4
+ gem 'jekyll-target-blank' , '1.1.0.beta '
5
5
gem 'jekyll-sitemap' , '1.2.0'
Original file line number Diff line number Diff line change 33
33
sass (~> 3.4 )
34
34
jekyll-sitemap (1.2.0 )
35
35
jekyll (~> 3.3 )
36
- jekyll-target-blank (1.0 )
36
+ jekyll-target-blank (1.1.0.beta )
37
37
jekyll (~> 3.0 )
38
38
nokogiri (~> 1.8.2 )
39
39
jekyll-watch (2.0.0 )
46
46
ruby_dep (~> 1.2 )
47
47
mercenary (0.3.6 )
48
48
mini_portile2 (2.3.0 )
49
- nokogiri (1.8.2 )
49
+ nokogiri (1.8.4 )
50
50
mini_portile2 (~> 2.3.0 )
51
- nokogiri (1.8.2 -x64-mingw32 )
51
+ nokogiri (1.8.4 -x64-mingw32 )
52
52
mini_portile2 (~> 2.3.0 )
53
53
pathutil (0.16.1 )
54
54
forwardable-extended (~> 2.6 )
@@ -72,7 +72,7 @@ PLATFORMS
72
72
DEPENDENCIES
73
73
jekyll (~> 3.7.0 )
74
74
jekyll-sitemap (= 1.2.0 )
75
- jekyll-target-blank (= 1.0 )
75
+ jekyll-target-blank (= 1.1.0.beta )
76
76
77
77
BUNDLED WITH
78
- 1.16.2
78
+ 1.16.3
Original file line number Diff line number Diff line change @@ -27,11 +27,14 @@ collections:
27
27
output : true
28
28
permalink : /newsletter/:path
29
29
defaults :
30
- - scope :
30
+ - scope :
31
31
path : " "
32
32
type : " newsletter"
33
33
values :
34
34
layout : " newsletter"
35
35
plugins :
36
36
- jekyll-target-blank
37
37
- jekyll-sitemap
38
+
39
+ target-blank :
40
+ css_class : ext-link
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ <h2 class="ttu f6">Company</h2>
29
29
< div class ="pt3 pt0-ns ">
30
30
< h2 class ="ttu f6 "> Follow us</ h2 >
31
31
< ul class ="list pl0 ">
32
- < li class ="dib "> < a href ="https://github.com/learnk8s " class ="link dib w2 icon "> {% include footer/github.svg %}</ a > </ li >
32
+ < li class ="dib "> < a href ="https://github.com/learnk8s " class ="link dib w2 icon ext-link "> {% include footer/github.svg %}</ a > </ li >
33
33
< li class ="dib "> < a href ="https://twitter.com/learnk8s " class ="link dib w2 icon "> {% include footer/twitter.svg %}</ a > </ li >
34
34
< li class ="dib "> < a href ="skype:daniele.polencic?chat " class ="link dib w2 icon "> {% include footer/skype.svg %}</ a > </ li >
35
35
< li class ="dib "> < a href ="https://www.linkedin.com/company/learnk8s/ " class ="link dib w2 icon "> {% include footer/linkedin.svg %}</ a > </ li >
You can’t perform that action at this time.
0 commit comments