Skip to content

Commit fe58990

Browse files
committed
GH-111 Tested the requiring of a CSS class name
1 parent 559a2e8 commit fe58990

File tree

4 files changed

+11
-8
lines changed

4 files changed

+11
-8
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
source "https://rubygems.org"
22

33
gem 'jekyll', '~> 3.7.0'
4-
gem 'jekyll-target-blank', '1.0'
4+
gem 'jekyll-target-blank', '1.1.0.beta'
55
gem 'jekyll-sitemap', '1.2.0'

Gemfile.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ GEM
3333
sass (~> 3.4)
3434
jekyll-sitemap (1.2.0)
3535
jekyll (~> 3.3)
36-
jekyll-target-blank (1.0)
36+
jekyll-target-blank (1.1.0.beta)
3737
jekyll (~> 3.0)
3838
nokogiri (~> 1.8.2)
3939
jekyll-watch (2.0.0)
@@ -46,9 +46,9 @@ GEM
4646
ruby_dep (~> 1.2)
4747
mercenary (0.3.6)
4848
mini_portile2 (2.3.0)
49-
nokogiri (1.8.2)
49+
nokogiri (1.8.4)
5050
mini_portile2 (~> 2.3.0)
51-
nokogiri (1.8.2-x64-mingw32)
51+
nokogiri (1.8.4-x64-mingw32)
5252
mini_portile2 (~> 2.3.0)
5353
pathutil (0.16.1)
5454
forwardable-extended (~> 2.6)
@@ -72,7 +72,7 @@ PLATFORMS
7272
DEPENDENCIES
7373
jekyll (~> 3.7.0)
7474
jekyll-sitemap (= 1.2.0)
75-
jekyll-target-blank (= 1.0)
75+
jekyll-target-blank (= 1.1.0.beta)
7676

7777
BUNDLED WITH
78-
1.16.2
78+
1.16.3

_config.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,14 @@ collections:
2727
output: true
2828
permalink: /newsletter/:path
2929
defaults:
30-
- scope:
30+
- scope:
3131
path: ""
3232
type: "newsletter"
3333
values:
3434
layout: "newsletter"
3535
plugins:
3636
- jekyll-target-blank
3737
- jekyll-sitemap
38+
39+
target-blank:
40+
css_class: ext-link

_includes/footer/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ <h2 class="ttu f6">Company</h2>
2929
<div class="pt3 pt0-ns">
3030
<h2 class="ttu f6">Follow us</h2>
3131
<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>
3333
<li class="dib"><a href="https://twitter.com/learnk8s" class="link dib w2 icon">{% include footer/twitter.svg %}</a></li>
3434
<li class="dib"><a href="skype:daniele.polencic?chat" class="link dib w2 icon">{% include footer/skype.svg %}</a></li>
3535
<li class="dib"><a href="https://www.linkedin.com/company/learnk8s/" class="link dib w2 icon">{% include footer/linkedin.svg %}</a></li>

0 commit comments

Comments
 (0)