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 12:03:36 -07:00
# Doesn't work, and shouldn't
# page "/path/*" do
# set :layout, "alt"
# end