Skip to content

Instantly share code, notes, and snippets.

@philipjabenton
Created April 12, 2016 18:45
Show Gist options
  • Save philipjabenton/9735a467af5da290c27e088c3331a59c to your computer and use it in GitHub Desktop.
Save philipjabenton/9735a467af5da290c27e088c3331a59c to your computer and use it in GitHub Desktop.
# https://middlemanapp.com/advanced/dynamic_pages/
data.content.post.each do |id,post|
proxy "post/#{post.slug}.html", "post/template.html", :locals => { :post => post }, :ignore => true
end
@dlitvakb
Copy link

@philipbenton,

What's the error exactly?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment