From 29cc2b40f95022adf802f3302eda6df60b0231eb Mon Sep 17 00:00:00 2001 From: Oliver Atkinson <> Date: Mon, 1 Apr 2024 10:27:31 -0600 Subject: [PATCH] enable robots --- config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/config.toml b/config.toml index 90fc49e..4b6deeb 100644 --- a/config.toml +++ b/config.toml @@ -1,6 +1,7 @@ title = "Website Name" baseURL = 'https://example.org' languageCode = 'en-us' +enableRobotsTXT = true [params] # "relatedtext" is the text that appears above the tag list at the bottom of pages.