From 8d7c5560c96d475a7f4ce808a3d53efe13ff661a Mon Sep 17 00:00:00 2001 From: golovin Date: Thu, 2 May 2024 20:37:23 +0300 Subject: [PATCH] 2024-04-30 --- README.en.md | 1 + README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.en.md b/README.en.md index e663861..80e3fed 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 471db37..4c878af 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. - [ ] Выбор цвета во время сборки, зелёный цвет по умолчанию.