Created
April 12, 2016 18:45
-
-
Save philipjabenton/9735a467af5da290c27e088c3331a59c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@philipbenton,
What's the error exactly?