middleman/fixtures/ignore-app/config.rb
2011-10-07 12:40:59 -07:00

2 lines
191 B
Ruby

page "/my_article.html", :proxy => "/template.html", :ignore => true, :layout => false
page "/articles/my_article.html", :proxy => "/articles/template.html", :ignore => true, :layout => false