diff options
author | Tor Andersson <tor@ccxvii.net> | 2022-06-14 20:41:51 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2022-06-14 21:09:48 +0200 |
commit | c0fedc808fa61551f926a57bfdafc996e90f6658 (patch) | |
tree | c86854814ec8a92cb031832de6ecdcb1aac0d9c9 /views/info.pug | |
parent | 0572a8d4c40c41c57307c3f76dbb0502b09fa38e (diff) | |
download | server-c0fedc808fa61551f926a57bfdafc996e90f6658.tar.gz |
Hide /forum from robots.
Diffstat (limited to 'views/info.pug')
-rw-r--r-- | views/info.pug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/info.pug b/views/info.pug index 62698c9..d60f79f 100644 --- a/views/info.pug +++ b/views/info.pug @@ -11,7 +11,7 @@ html +social(title.title_name, "Play " + title.title_name + " on the web.", title.title_id) title= title.title_name if user - meta(http-equiv="refresh" content=600) + meta(http-equiv="refresh" content=900) body include header article |