diff options
author | Brandon Mathis <brandon@imathis.com> | 2013-08-23 15:03:57 -0500 |
---|---|---|
committer | Brandon Mathis <brandon@imathis.com> | 2013-08-23 15:03:57 -0500 |
commit | a604dce25826ab31846064f9799f0c0e8197dac4 (patch) | |
tree | 5f9c741c7806ea13fac8c20ad31493abc92a6386 | |
parent | 77dc6a1ccf7ffb67ecbaecd9fd612ebdd7906d72 (diff) | |
download | my_new_personal_website-a604dce25826ab31846064f9799f0c0e8197dac4.tar.xz my_new_personal_website-a604dce25826ab31846064f9799f0c0e8197dac4.zip |
Fixed blog_url for personal github pages projects. #1328
-rw-r--r-- | Rakefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -390,6 +390,7 @@ def blog_url(user, project) "http://#{user}.github.io" end url += "/#{project}" unless project == '' + url end desc "list tasks" |