From 768b8d3a1b918fe040b6fca184be4d4f40c01902 Mon Sep 17 00:00:00 2001 From: William Floyd Date: Sat, 9 Jan 2021 20:59:58 -0500 Subject: [PATCH] config: Allow robots again. --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index db1975e..4b5bbce 100644 --- a/config.toml +++ b/config.toml @@ -7,7 +7,7 @@ theme = "KeepIt" paginate = 12 enableEmoji = true googleAnalytics = "UA-63647911-2" -enableRobotsTXT = true +enableRobotsTXT = false canonifyURLs = true [sitemap]