Merge pull request #1567 from howiehu/fix-gist-url-bug

Update gist tag url to githubusercontent.com
This commit is contained in:
Parker Moore 2014-05-23 17:51:12 -04:00
commit 9bc4bb02ee

View File

@ -50,7 +50,7 @@ module Jekyll
end end
def get_gist_url_for(gist, file) def get_gist_url_for(gist, file)
"https://gist.github.com/raw/#{gist}/#{file}" "https://gist.githubusercontent.com/raw/#{gist}/#{file}"
end end
def cache(gist, file, data) def cache(gist, file, data)