Skip to content

Commit 8f1c2f4

Browse files
committed
Merge pull request Phlow#50 from srenatus/fix-redirect
Fix redirect template
2 parents cbeb95c + ca67289 commit 8f1c2f4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

_layouts/redirect.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
</head>
1919
<body>
2020
<h1>Redirecting...</h1>
21-
{{ site.language.if_you_are_not_redirected_automatically }} <a href="{{ page.redirect_to }}">{{ site.language.click_here }}<a>.
21+
{{ site.data.language.if_you_are_not_redirected_automatically }} <a href="{{ page.redirect_to }}">{{ site.data.language.click_here }}<a>.
2222
<script>location='{{ page.redirect_to }}'</script>
2323
</body>
24-
</html>
24+
</html>

0 commit comments

Comments
 (0)