The gist hashes have changed. They include letters now
This commit is contained in:
parent
84ee8d0d8a
commit
3cac6b9a16
@ -21,7 +21,7 @@ module Jekyll
|
|||||||
end
|
end
|
||||||
|
|
||||||
def render(context)
|
def render(context)
|
||||||
if parts = @text.match(/([\d]*) (.*)/)
|
if parts = @text.match(/([a-zA-Z\d]*) (.*)/)
|
||||||
gist, file = parts[1].strip, parts[2].strip
|
gist, file = parts[1].strip, parts[2].strip
|
||||||
script_url = script_url_for gist, file
|
script_url = script_url_for gist, file
|
||||||
code = get_cached_gist(gist, file) || get_gist_from_web(gist, file)
|
code = get_cached_gist(gist, file) || get_gist_from_web(gist, file)
|
||||||
|
Loading…
Reference in New Issue
Block a user