<!DOCTYPE html> <html lang="{{ page.lang | default: site.lang | default: "en" }}"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="canonical" href="{{ url }}"> <meta http-equiv="refresh" content="0; url={{ url }}"> <link rel="stylesheet" href="{{ "/assets/main.css" | relative_url }}"> <link rel="shortcut icon" href="{{ "/assets/favicon.png" | relative_url }}" /> <link type="text/css" rel="stylesheet" href="//fonts.googleapis.com/css?family=Lato:400,400italic,700" media="all"> <title>Redirection...</title> </head> <body> {%- include header.html -%} <main id="site-content" aria-label="Content"> <div> <h1>Redirection to {{ url }}</h1> <a href="{{ url }}">Click here if you are not redirected...</a> </div> {{ content }} </main> {%- include footer.html -%} <script>location="{{ url }}"</script> </body> </html>