Add redirect layout (again) and use it

This commit is contained in:
Paul O’Shannessy
2016-02-29 16:30:33 -08:00
parent a46d2bf5d0
commit 8aeb39240c
9 changed files with 24 additions and 44 deletions

8
_layouts/redirect.html Normal file
View File

@@ -0,0 +1,8 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>Redirecting...</title>
<link rel=canonical href="{{ page.dest_url }}">
<meta http-equiv=refresh content="0; url={{ page.dest_url }}">
<h1>Redirecting...</h1>
<a href="{{ page.dest_url }}">Click here if you are not redirected.</a>
<script>location="{{ page.dest_url }}"</script>

View File

@@ -1,9 +1,5 @@
---
id: complementary-tools-it-IT
title: Strumenti Complementari
permalink: complementary-tools-it-IT.html
prev: videos-it-IT.html
next: examples-it-IT.html
layout: redirect
dest_url: https://github.com/facebook/react/wiki/Complementary-Tools
---
Questa pagina è stata spostata sul [wiki di GitHub](https://github.com/facebook/react/wiki/Complementary-Tools).

View File

@@ -1,9 +1,5 @@
---
id: complementary-tools-ko-KR
title: 상호 보완적인 도구들
permalink: complementary-tools-ko-KR.html
prev: videos-ko-KR.html
next: examples-ko-KR.html
layout: redirect
dest_url: https://github.com/facebook/react/wiki/Complementary-Tools
---
이 페이지는 이동되었습니다. [GitHub wiki](https://github.com/facebook/react/wiki/Complementary-Tools).

View File

@@ -1,9 +1,5 @@
---
id: complementary-tools
title: Complementary Tools
permalink: complementary-tools.html
prev: videos.html
next: examples.html
layout: redirect
dest_url: https://github.com/facebook/react/wiki/Complementary-Tools
---
This page has moved to the [GitHub wiki](https://github.com/facebook/react/wiki/Complementary-Tools).

View File

@@ -1,9 +1,5 @@
---
id: complementary-tools-zh-CN
title: 补充工具
permalink: complementary-tools-zh-CN.html
prev: videos-zh-CN.html
next: examples-zh-CN.html
layout: redirect
dest_url: https://github.com/facebook/react/wiki/Complementary-Tools
---
本页被移到了 [GitHub wiki](https://github.com/facebook/react/wiki/Complementary-Tools)。

View File

@@ -1,8 +1,5 @@
---
id: examples-it-IT
title: Esempi
permalink: examples-it-IT.html
prev: complementary-tools-it-IT.html
layout: redirect
dest_url: https://github.com/facebook/react/wiki/Examples
---
Questa pagina è stata spostata sul [wiki di GitHub](https://github.com/facebook/react/wiki/Examples).

View File

@@ -1,8 +1,5 @@
---
id: examples-ko-KR
title: 예제들
permalink: examples-ko-KR.html
prev: complementary-tools-ko-KR.html
layout: redirect
dest_url: https://github.com/facebook/react/wiki/Examples
---
이 페이지는 이동되었습니다. [GitHub wiki](https://github.com/facebook/react/wiki/Examples).

View File

@@ -1,8 +1,5 @@
---
id: examples
title: Examples
permalink: examples.html
prev: complementary-tools.html
layout: redirect
dest_url: https://github.com/facebook/react/wiki/Examples
---
This page has moved to the [GitHub wiki](https://github.com/facebook/react/wiki/Examples).

View File

@@ -1,8 +1,5 @@
---
id: examples-zh-CN
title: 示例
permalink: examples-zh-CN.html
prev: complementary-tools-zh-CN.html
layout: redirect
dest_url: https://github.com/facebook/react/wiki/Examples
---
本页被移到了 [GitHub wiki](https://github.com/facebook/react/wiki/Examples)。