Skip to content

Commit

Permalink
Set redirect to new post URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Dec 30, 2013
1 parent 8dae832 commit 31f57b6
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
10 changes: 10 additions & 0 deletions 2013/11/29/release.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
layout: empty
---
<head>
<meta http-equiv="refresh" content="0;URL={{ site.url }}{% post_url 2013-11-29-release %}">
</head>

<body>
Moved to <a href="{{ site.url }}{% post_url 2013-11-29-release %}">{% post_url 2013-11-29-release %}</a>.
</body>
10 changes: 10 additions & 0 deletions 2013/12/29/release.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
layout: empty
---
<head>
<meta http-equiv="refresh" content="0;URL={{ site.url }}{% post_url 2013-12-29-release %}">
</head>

<body>
Moved to <a href="{{ site.url }}{% post_url 2013-12-29-release %}">{% post_url 2013-12-29-release %}</a>.
</body>
4 changes: 4 additions & 0 deletions _layouts/empty.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<!DOCTYPE html>
<html>
{{content}}
</html>

0 comments on commit 31f57b6

Please sign in to comment.