From c0fedc808fa61551f926a57bfdafc996e90f6658 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Tue, 14 Jun 2022 20:41:51 +0200 Subject: Hide /forum from robots. --- views/info.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'views/info.pug') 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 -- cgit v1.2.3