tBlock crawlers - partage - File upload system
 (HTM) git clone git://git.z3bra.org/partage.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 7aa88fe61e82ebed86714d109ad063e27ea0ffd9
 (DIR) parent 33781a0e6ca43d363191709efb17ca7acb56075d
 (HTM) Author: Willy Goiffon <dev@z3bra.org>
       Date:   Mon, 18 Oct 2021 16:59:35 +0200
       
       Block crawlers
       
       Diffstat:
         A static/robots.txt                   |       2 ++
         M templates/index.html                |       1 +
       
       2 files changed, 3 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git a/static/robots.txt b/static/robots.txt
       t@@ -0,0 +1,2 @@
       +User-Agent: *
       +Disallow: /
 (DIR) diff --git a/templates/index.html b/templates/index.html
       t@@ -3,6 +3,7 @@
        <head>
                <meta charset="utf-8">
                <meta name="author" content="z3bra">
       +        <meta name="robots" content="noindex,nofollow" />
                <meta name="viewport" content="width=device-width">
                <link rel="stylesheet" type="text/css" href="/partage.css" />
                <link rel="icon" type="image/png" href="/favicon.ico" />