From 4996ae35fb3ba8b08ec1fca7c3514ddeef7ba978 Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Mon, 11 Nov 2024 03:37:07 +0000 Subject: [PATCH] add robots.txt template --- layouts/robots.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 layouts/robots.txt diff --git a/layouts/robots.txt b/layouts/robots.txt new file mode 100644 index 0000000..4f9540b --- /dev/null +++ b/layouts/robots.txt @@ -0,0 +1 @@ +User-agent: * \ No newline at end of file