diff options
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html index 6559a56..8a8f830 100644 --- a/templates/base.html +++ b/templates/base.html | |||
@@ -6,7 +6,7 @@ | |||
6 | <meta name="viewport" content="width=device-width, initial-scale=1" /> | 6 | <meta name="viewport" content="width=device-width, initial-scale=1" /> |
7 | <meta name="robots" content="noindex" /> | 7 | <meta name="robots" content="noindex" /> |
8 | $if(redirect)$ | 8 | $if(redirect)$ |
9 | <meta http-equiv="refresh" content="3; URL=$url.full$"> | 9 | <meta http-equiv="refresh" content="0; URL=$url.abs$"> |
10 | $endif$ | 10 | $endif$ |
11 | 11 | ||
12 | <link rel="canonical" href="$url.full$"> | 12 | <link rel="canonical" href="$url.full$"> |