From 7a05dc70ff64dca61698598c5ecf4e0012224d89 Mon Sep 17 00:00:00 2001 From: Lorin Werthen Date: Mon, 18 Jul 2016 09:27:32 +0200 Subject: [PATCH] important rule --- Rules | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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