Skip to content

Commit

Permalink
Fixed blog_url for personal github pages projects. imathis#1328
Browse files Browse the repository at this point in the history
  • Loading branch information
imathis committed Aug 23, 2013
1 parent 77dc6a1 commit a604dce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,7 @@ def blog_url(user, project)
"http://#{user}.github.io"
end
url += "/#{project}" unless project == ''
url
end

desc "list tasks"
Expand Down

0 comments on commit a604dce

Please sign in to comment.