summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmain.py1
1 files changed, 1 insertions, 0 deletions
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()