Browse Source

add missing old url redirect

master
sipp11 10 years ago
parent
commit
f59db9e301
  1. 2
      _layouts/refresh.html
  2. 5
      category/misc/index.md
  3. 5
      category/misc/wallpaper/index.md
  4. 5
      category/notebook/index.md
  5. 5
      tag/wallpaper/index.md

2
_layouts/refresh.html

@ -2,6 +2,6 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="refresh" content="0;url={{ page.refresh_to_post_id }}.html" />
<meta http-equiv="refresh" content="0;url={{ page.refresh_to_post_id }}.html{% if page.hashtag %}#{{ page.hashtag }}{% endif %}" />
</head>
</html>

5
category/misc/index.md

@ -0,0 +1,5 @@
---
layout: refresh
refresh_to_post_id: /tags
hashtag: misc
---

5
category/misc/wallpaper/index.md

@ -0,0 +1,5 @@
---
layout: refresh
refresh_to_post_id: /tags
hashtag: wallpaper
---

5
category/notebook/index.md

@ -0,0 +1,5 @@
---
layout: refresh
refresh_to_post_id: /tags
hashtag: notebook
---

5
tag/wallpaper/index.md

@ -0,0 +1,5 @@
---
layout: refresh
refresh_to_post_id: /tags
hashtag: wallpaper
---
Loading…
Cancel
Save