moski / gist-Blogger

Adding Gist support to blogger dynamic view
http://blog.moski.me/2012/01/gist-with-bloggers-dynamic-views.html
85 stars 52 forks source link

Adding support for multi file gists. #3

Closed sethillgard closed 11 years ago

sethillgard commented 11 years ago

Hey moski! I added a couple of lines to support multi file gists. This is super useful when you want to have one gist per blog post, and separate each code snippet in a different file.

To use, add the optional data-file attribute, like this:

Loading ....

I am already using this on my blog here: http://silentkraken.blogspot.com All of the snippets there belong to the same gist, they are different files. Please merge :)