aboutsummaryrefslogtreecommitdiff
path: root/handler.go
diff options
context:
space:
mode:
Diffstat (limited to 'handler.go')
-rw-r--r--handler.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/handler.go b/handler.go
index 321a225..4cd9c27 100644
--- a/handler.go
+++ b/handler.go
@@ -30,5 +30,6 @@ func errors() {
func meta() {
createFileRoute("/favicon.txt", "favicon.txt")
- createFileRoute("/favicon.ico", "favicon.ico")
+ createFileRoute("/favicon.ico", "favicon.ico")
+ createFileRoute("/robots.txt", "robots.txt")
}