File tree Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ class Dependencies
36
36
# Plugins to match GitHub.com Markdown
37
37
"jemoji" => "0.13.0" ,
38
38
"jekyll-mentions" => "1.6.0" ,
39
- "jekyll-relative-links" => "0.7.0 " ,
39
+ "jekyll-relative-links" => "0.6.1 " ,
40
40
"jekyll-optional-front-matter" => "0.3.2" ,
41
41
"jekyll-readme-index" => "0.3.0" ,
42
42
"jekyll-default-layout" => "0.1.5" ,
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
module GitHubPages
4
- VERSION = 230
4
+ VERSION = 231
5
5
end
Original file line number Diff line number Diff line change 1
1
---
2
+ excerpt : Just a relative link
2
3
---
3
4
4
-
5
5
[ Jekyll] ( jekyll.md )
6
+
7
+ {{ page.excerpt }}
Original file line number Diff line number Diff line change @@ -224,6 +224,7 @@ def rm_destination
224
224
context "jekyll-relative-links" do
225
225
it "converts relative links" do
226
226
expect ( contents ) . to match ( '<a href="/jekyll.html">Jekyll</a>' )
227
+ expect ( contents ) . to match ( '<p>Just a relative link</p>' ) # excerpt
227
228
end
228
229
end
229
230
You can’t perform that action at this time.
0 commit comments