mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
11 lines
170 B
Ruby
11 lines
170 B
Ruby
|
with_layout false do
|
||
|
%w{
|
||
|
/auto-js.html
|
||
|
/auto-js
|
||
|
/auto-js/
|
||
|
/auto-js/auto-js.html
|
||
|
/auto-js/sub/auto-js.html
|
||
|
}.each do |path|
|
||
|
page path
|
||
|
end
|
||
|
end
|