aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrandon Mathis <brandon@imathis.com>2013-08-23 15:03:57 -0500
committerBrandon Mathis <brandon@imathis.com>2013-08-23 15:03:57 -0500
commita604dce25826ab31846064f9799f0c0e8197dac4 (patch)
tree5f9c741c7806ea13fac8c20ad31493abc92a6386
parent77dc6a1ccf7ffb67ecbaecd9fd612ebdd7906d72 (diff)
downloadmy_new_personal_website-a604dce25826ab31846064f9799f0c0e8197dac4.tar.xz
my_new_personal_website-a604dce25826ab31846064f9799f0c0e8197dac4.zip
Fixed blog_url for personal github pages projects. #1328
-rw-r--r--Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 402d2728..d7a6931a 100644
--- a/Rakefile
+++ b/Rakefile
@@ -390,6 +390,7 @@ def blog_url(user, project)
"http://#{user}.github.io"
end
url += "/#{project}" unless project == ''
+ url
end
desc "list tasks"