middleman/fixtures/ignore-app/config.rb

2 lines
191 B
Ruby
Raw Normal View History

2011-10-07 12:40:59 -07:00
page "/my_article.html", :proxy => "/template.html", :ignore => true, :layout => false
page "/articles/my_article.html", :proxy => "/articles/template.html", :ignore => true, :layout => false