Skip to content

Instantly share code, notes, and snippets.

Created May 22, 2016 09:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/e510af0a925a3b10f07c0ffde5c0b5ff to your computer and use it in GitHub Desktop.
Save anonymous/e510af0a925a3b10f07c0ffde5c0b5ff to your computer and use it in GitHub Desktop.
@posts.each do |post|
@post = post
File.write(directory + @post.header['slug'] + '.html', slim('post'))
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment