Fixed blog_url for personal github pages projects. #1328
This commit is contained in:
parent
77dc6a1ccf
commit
a604dce258
1 changed files with 1 additions and 0 deletions
1
Rakefile
1
Rakefile
|
@ -390,6 +390,7 @@ def blog_url(user, project)
|
|||
"http://#{user}.github.io"
|
||||
end
|
||||
url += "/#{project}" unless project == ''
|
||||
url
|
||||
end
|
||||
|
||||
desc "list tasks"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue