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

Update gist tag url to githubusercontent.com
main
Parker Moore 11 years ago
commit 9bc4bb02ee

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

Loading…
Cancel
Save