shadowfacts.net/site/redirect.html.ejs

16 lines
332 B
Plaintext
Raw Normal View History

2019-01-04 18:14:53 +00:00
```
metadata.title = "Redirect"
metadata.layout = "default.html.ejs"
```
<script>
window.location = "<%= newPermalink %>";
</script>
<article>
<div class="article-content">
<p>
This page has moved to a new URL. If you are not automatically redirected, click <a href="<%= newPermalink %>">here</a>.
</p>
</div>
</article>