Merge pull request #1567 from howiehu/fix-gist-url-bug
Update gist tag url to githubusercontent.com
This commit is contained in:
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…
Reference in New Issue
Block a user