diff options
author | Terry | 2019-03-29 02:51:39 -0300 |
---|---|---|
committer | Terry | 2019-03-29 02:51:39 -0300 |
commit | e1c761b546e14eb3c8200a31f9e4758e47c3c45b (patch) | |
tree | d6989300fc4782ad5eb1d919f48186dd247f578f /cgi/templates/txt_base_top.html | |
parent | 9f44c7baa1d8489c4913628d12a06dae5b43d4b6 (diff) | |
download | weabot-e1c761b546e14eb3c8200a31f9e4758e47c3c45b.tar.gz weabot-e1c761b546e14eb3c8200a31f9e4758e47c3c45b.tar.xz weabot-e1c761b546e14eb3c8200a31f9e4758e47c3c45b.zip |
nofollow Parte 2
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" /> |