middleman/fixtures/ignore-app/config.rb

2 lines
191 B
Ruby
Raw Normal View History

2011-10-07 21:40:59 +02: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