Skip to content

Instantly share code, notes, and snippets.

@natebenes
Created December 20, 2010 20:51
Show Gist options
  • Save natebenes/748965 to your computer and use it in GitHub Desktop.
Save natebenes/748965 to your computer and use it in GitHub Desktop.
!!! XML
%gallery
%album{:lgpath => "#{locals[:baseurl]}", :title => locals[:title], :tnpath => "#{locals[:thumburl]}"}
- (2..locals[:max]).each do |n|
%img{:src => "#{locals[:slug]}%03d.jpg#full" % n}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment