File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed
Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments