Removed wrap_layout

This commit is contained in:
Thomas Reynolds 2014-05-25 12:23:00 +09:00
parent 4ab88e6577
commit f89a76747e
14 changed files with 29 additions and 103 deletions

View file

@ -1,11 +1,9 @@
with_layout false do
%w{
/auto-css.html
/auto-css
/auto-css/
/auto-css/auto-css.html
/auto-css/sub/auto-css.html
}.each do |path|
page path
end
%w{
/auto-css.html
/auto-css
/auto-css/
/auto-css/auto-css.html
/auto-css/sub/auto-css.html
}.each do |path|
page path, layout: false
end