From 54fbf4a8dc99f2a3040fb89295ad3f9129467754 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Fri, 11 Oct 2024 12:33:57 +0200 Subject: remove some page refresh timers --- views/forum_view.pug | 1 - views/info.pug | 2 -- 2 files changed, 3 deletions(-) (limited to 'views') diff --git a/views/forum_view.pug b/views/forum_view.pug index 983ccf2..c82a2b4 100644 --- a/views/forum_view.pug +++ b/views/forum_view.pug @@ -4,7 +4,6 @@ html head include head title Forum - meta(http-equiv="refresh" content=3600) style. .unread { font-weight: bold } tbody a { display: block } diff --git a/views/info.pug b/views/info.pug index 5c8346b..3e80fb1 100644 --- a/views/info.pug +++ b/views/info.pug @@ -5,8 +5,6 @@ html include head +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=900) body include header article -- cgit v1.2.3