diff --git a/Rules b/Rules index 3f62a26..ff7d9c7 100644 --- a/Rules +++ b/Rules @@ -30,7 +30,11 @@ compile '/**/*.md' do filter :relativize_paths, type: :html end -route '/**/*.{erb, html,md}' do +route '/index.erb' do + "/index.html" +end + +route '/**/*.{erb,html,md}' do "#{item.identifier.without_ext}/index.html" end