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

7 lines
110 B
Ruby
Raw Normal View History

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