important rule

This commit is contained in:
Lorin Werthen 2016-07-18 09:27:32 +02:00
parent f534646149
commit 7a05dc70ff

6
Rules
View file

@ -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