2013-04-13 01:14:16 +02:00
|
|
|
# Proxy ignored.html, which should ignore itself through a frontmatter
|
|
|
|
page 'proxied.html', :proxy => 'ignored.html'
|
2014-12-22 19:59:27 +01:00
|
|
|
page 'proxied_with_frontmatter.html', :proxy => 'ignored.html'
|
2013-04-13 01:14:16 +02:00
|
|
|
page 'override_layout.html', :layout => :alternate
|
|
|
|
page 'page_mentioned.html'
|