aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/_layouts/redirect.html
blob: d2fb13ac4830e07f54e214a7c376ecf589c1ea56 (plain)
1
2
3
4
5
6
7
<html>
  <head>
    <script>
      window.location.replace("/versions/{{ site.default_version }}/{{ page.redirect }}" + window.location.hash);
    </script>
  </head>
</html>