From 87ce49091d80b5fe3cf16110d221c3a2dd8f68a6 Mon Sep 17 00:00:00 2001 From: yuzu-eva Date: Sat, 26 Oct 2024 16:51:54 +0200 Subject: added robots.txt --- main.py | 1 + 1 file changed, 1 insertion(+) (limited to 'main.py') diff --git a/main.py b/main.py index 89c1544..1bd3fc9 100755 --- a/main.py +++ b/main.py @@ -160,6 +160,7 @@ def main(): shutil.copytree("content/styles", "static/styles") shutil.copytree("content/images", "static/images") + shutil.copy("content/robots.txt", "static") index() about() -- cgit v1.2.3