From 9f6ed9a0e5759fd39cff61eb7f476c27999061df Mon Sep 17 00:00:00 2001 From: Serghei Cebotari Date: Tue, 26 Dec 2023 14:49:13 +0300 Subject: [PATCH] Enable robots.txt --- config.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 9d7b41f..fefaeed 100644 --- a/config.toml +++ b/config.toml @@ -2,7 +2,8 @@ baseURL = "http://cebotari.ru/" languageCode = "ru-ru" defaultContentLanguage = "ru" title = "Сергей Чеботарь: резюме" -disableKinds = ["taxonomy", "taxonomyTerm", "category", "sitemap", "RSS", "404", "robotsTXT"] +disableKinds = ["taxonomy", "taxonomyTerm", "category", "sitemap", "RSS", "404"] +enableRobotsTXT = true [Params] Name = "Сергей Чеботарь"