8000 fixes the breakage introduced in jekyll 1.0 · willf/scala.github.com@c679a79 · GitHub
[go: up one dir, main page]

Skip to content

Commit c679a79

Browse files
committed
fixes the breakage introduced in jekyll 1.0
Looks like it silently assumes that site.baseurl is "/", which leads to double-slashing paths to resources and breaking everything.
1 parent ea601e7 commit c679a79

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@ scala-version: 2.10.0
1515

1616
pygments: true
1717
permalink: /:categories/:title.html
18+
baseurl:
1819

1920
# markdown: rdiscount

0 commit comments

Comments
 (0)
0