middleman/middleman-core/fixtures/capture-html-app/config.rb

8 lines
147 B
Ruby
Raw Normal View History

2013-06-07 10:58:37 +02:00
require "slim"
with_layout :capture_html do
page "/capture_html_erb.html"
page "/capture_html_haml.html"
page "/capture_html_slim.html"
end