middleman/middleman-core/fixtures/page-helper-layout-block-app/config.rb

7 lines
113 B
Ruby
Raw Normal View History

2012-06-17 21:03:36 +02:00
page "/path/*", :layout => "alt"
# Doesn't work, and shouldn't
# page "/path/*" do
# set :layout, "alt"
# end