diff options
Diffstat (limited to 'cgi/templates/txt_base_top.html')
-rw-r--r-- | cgi/templates/txt_base_top.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cgi/templates/txt_base_top.html b/cgi/templates/txt_base_top.html index eb3c37b..91052d6 100644 --- a/cgi/templates/txt_base_top.html +++ b/cgi/templates/txt_base_top.html @@ -19,7 +19,7 @@ <meta property="twitter:title" content="${threads[0]['subject']} - ${board_name}" /> <meta name="twitter:description" content="${preview}" /> <?py #endif ?> - <meta name="robots" content="#{"noindex" if noindex else "index, follow"}" /> + <meta name="robots" content="#{"noindex" if noindex else "index, nofollow"}" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <link rel="shortcut icon" href="/favicon.ico" /> <link rel="stylesheet" href="/static/css/txt/bbs.css" /> |