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