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
|
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)
|
||||||
|
Loading…
Reference in New Issue
Block a user