mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
6 lines
214 B
Ruby
6 lines
214 B
Ruby
# frozen_string_literal: true
|
|
|
|
# Proxy ignored.html, which should ignore itself through a frontmatter
|
|
proxy 'proxied.html', 'ignored.html'
|
|
page 'override_layout.html', layout: :alternate
|
|
page 'page_mentioned.html'
|