From ccbf620231d9fc9129ca6c2ae277d40f27558f83 Mon Sep 17 00:00:00 2001 From: sipp11 Date: Sun, 14 Dec 2014 04:29:25 +0700 Subject: [PATCH] add missing redirect old urls --- _layouts/refresh.html | 7 +++++++ category/uncategorized/index.md | 4 ++++ category/uncategorized/page/2/index.md | 4 ++++ page/2/index.md | 4 ++++ tag/food/index.md | 5 +++++ tag/house/index.md | 5 +++++ tag/tpe/index.md | 5 +++++ 7 files changed, 34 insertions(+) create mode 100644 _layouts/refresh.html create mode 100644 category/uncategorized/index.md create mode 100644 category/uncategorized/page/2/index.md create mode 100644 page/2/index.md create mode 100644 tag/food/index.md create mode 100644 tag/house/index.md create mode 100644 tag/tpe/index.md diff --git a/_layouts/refresh.html b/_layouts/refresh.html new file mode 100644 index 0000000..c3c0480 --- /dev/null +++ b/_layouts/refresh.html @@ -0,0 +1,7 @@ + + + + + + + diff --git a/category/uncategorized/index.md b/category/uncategorized/index.md new file mode 100644 index 0000000..202211c --- /dev/null +++ b/category/uncategorized/index.md @@ -0,0 +1,4 @@ +--- +layout: refresh +refresh_to_post_id: /tags +--- diff --git a/category/uncategorized/page/2/index.md b/category/uncategorized/page/2/index.md new file mode 100644 index 0000000..202211c --- /dev/null +++ b/category/uncategorized/page/2/index.md @@ -0,0 +1,4 @@ +--- +layout: refresh +refresh_to_post_id: /tags +--- diff --git a/page/2/index.md b/page/2/index.md new file mode 100644 index 0000000..5d00fd7 --- /dev/null +++ b/page/2/index.md @@ -0,0 +1,4 @@ +--- +layout: refresh +refresh_to_post_id: /post/page/2/index +--- diff --git a/tag/food/index.md b/tag/food/index.md new file mode 100644 index 0000000..6bcbf1d --- /dev/null +++ b/tag/food/index.md @@ -0,0 +1,5 @@ +--- +layout: refresh +refresh_to_post_id: /tags +hashtag: Food +--- diff --git a/tag/house/index.md b/tag/house/index.md new file mode 100644 index 0000000..a0c453f --- /dev/null +++ b/tag/house/index.md @@ -0,0 +1,5 @@ +--- +layout: refresh +refresh_to_post_id: /tags +hashtag: House +--- diff --git a/tag/tpe/index.md b/tag/tpe/index.md new file mode 100644 index 0000000..006fd7b --- /dev/null +++ b/tag/tpe/index.md @@ -0,0 +1,5 @@ +--- +layout: refresh +refresh_to_post_id: /tags +hashtag: TPE +---