diff --git a/README.en.md b/README.en.md index 1b89731..9b0e96b 100644 --- a/README.en.md +++ b/README.en.md @@ -18,6 +18,7 @@ are marked in the list of features. - [x] Switch between two languages and two tomato themes. - [x] Map of site pages with their translations in XML format. - [x] Simple 404 page for non-existing URLs. +- [x] Redirection to site root from folders, without `index.html`. - [x] Fonts: Roboto for text and JBMono for code blocks. - [x] Tomatoes: PNG, JPG 120x120, SVG 64x64, ICO 32x32. - [ ] Color selection during the build, green is the default color. diff --git a/README.md b/README.md index 0d6ffd0..c469527 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ - [x] Переключение между двумя языками и помидорными темами. - [x] Карта страниц сайта с их переводами в формате XML. - [x] Простая страница 404 для несуществующих URL-адресов. +- [x] Перенаправление в корень сайта из папок, где нет `index.html`. - [x] Шрифты: Roboto для текста и JBMono для блоков кода. - [x] Помидоры: PNG, JPG 120x120, SVG 64x64, ICO 32x32. - [ ] Выбор цвета во время сборки, зелёный цвет по умолчанию.