diff options
Diffstat (limited to 'themes/alps/head.html')
-rw-r--r-- | themes/alps/head.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/themes/alps/head.html b/themes/alps/head.html index a6f679f..899f7d6 100644 --- a/themes/alps/head.html +++ b/themes/alps/head.html @@ -4,6 +4,9 @@ <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="theme-color" content="#ffffff"> + {{- if eq (index .GlobalData.Path 0) "mailbox"}} + <meta id="refresh" http-equiv="refresh" content="60"> + {{end -}} <title>Webmail</title> <link rel="stylesheet" href="/themes/alps/assets/style.css"> </head> |