1
0
Fork 0
mirror of https://github.com/middleman/middleman.git synced 2022-11-09 12:20:27 -05:00
middleman--middleman/middleman-core/fixtures/capture-html-app/config.rb

8 lines
147 B
Ruby
Raw Normal View History

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