Skip to content

Commit 3e9330b

Browse files
committed
Improve re-direct
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
1 parent 02d49a0 commit 3e9330b

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

layouts/index.html

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
<!DOCTYPE html>
2-
<html lang="{{ .Site.LanguageCode }}" class="h-100">
2+
<html lang="{{ .Site.LanguageCode }}">
33
<head>
44
<meta charset="utf-8">
5-
<meta http-equiv="refresh" content="0; url=/2020-12" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1">
6+
<title>{{ .Site.Title }} - Redirecting...</title>
7+
<link rel="canonical" href="/2020-12/">
8+
<meta http-equiv="refresh" content="0; url=/2020-12/">
9+
<script>window.location.replace("/2020-12/");</script>
610
</head>
711
<body>
8-
<p>Redirecting to <a href="/2020-12">/2020-12</a>. If you are not redirected automatically, <a href="/2020-12">click here</a>.</p>
12+
<h1>Redirecting to JSON Schema 2020-12...</h1>
13+
<p>If you are not redirected automatically, <a href="/2020-12/">click here</a>.</p>
914
</body>
15+
</html>

0 commit comments

Comments
 (0)