Skip to content

Commit 502febb

Browse files
committed
Add redirect template in case to share outdated URLs on social media
1 parent f2d5133 commit 502febb

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

_layouts/redirect.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<!DOCTYPE html>
2+
<html lang="ja" dir="ltr">
3+
{% include head.html %}
4+
5+
<body>
6+
<h1>Redirecting&hellip;</h1>
7+
<a href="{{ page.redirect.to }}">Click here if you are not redirected.</a>
8+
</body>
9+
10+
<script>location = "{{ page.redirect.to }}"</script>
11+
</html>

0 commit comments

Comments
 (0)