Removed wrap_layout
This commit is contained in:
parent
4ab88e6577
commit
f89a76747e
14 changed files with 29 additions and 103 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue