Skip to content

Instantly share code, notes, and snippets.

@sixones
Created April 20, 2009 22:31
Show Gist options
  • Save sixones/98808 to your computer and use it in GitHub Desktop.
Save sixones/98808 to your computer and use it in GitHub Desktop.
module Sixones
module Github
include Jekyll::Filters::Custom
def gist(id)
"<script type=\"text/javascript\"
src=\"http://gist.github.com/#{id}.js\"></script>"
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment