mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
11 lines
No EOL
177 B
Ruby
11 lines
No EOL
177 B
Ruby
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
|
|
end |