middleman/middleman-core/fixtures/frontmatter-settings-neighbor-app/config.rb
2014-05-26 17:58:35 -07:00

5 lines
189 B
Ruby

# Proxy ignored.html, which should ignore itself through a frontmatter
page 'proxied.html', proxy: 'ignored.html'
page 'override_layout.html', layout: :alternate
page 'page_mentioned.html'