summaryrefslogtreecommitdiff
path: root/_layouts/redirect.html
blob: 7894f22d805638980f3122e589e53c2e3d64e1e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
---
layout: default
---
<p>
  This page has moved.  If the redirect fails,
  <a href="{{ page.redirect_to }}">click me</a>.
</p>

<script type="text/javascript">
  window.location = '{{ page.redirect_to }}'
</script>