5 lines
195 B
Ruby
5 lines
195 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'
|