16 lines
332 B
Plaintext
16 lines
332 B
Plaintext
```
|
|
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> |