[Groonga-commit] droonga/droonga.org at 31f57b6 [gh-pages] Set redirect to new post URLs

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Dec 30 16:04:51 JST 2013


Kouhei Sutou	2013-12-30 16:04:51 +0900 (Mon, 30 Dec 2013)

  New Revision: 31f57b62df63b9b75d4b686cd81ca90da6ec7ae8
  https://github.com/droonga/droonga.org/commit/31f57b62df63b9b75d4b686cd81ca90da6ec7ae8

  Message:
    Set redirect to new post URLs

  Added files:
    2013/11/29/release.html
    2013/12/29/release.html
    _layouts/empty.html

  Added: 2013/11/29/release.html (+10 -0) 100644
===================================================================
--- /dev/null
+++ 2013/11/29/release.html    2013-12-30 16:04:51 +0900 (1b73b4b)
@@ -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>

  Added: 2013/12/29/release.html (+10 -0) 100644
===================================================================
--- /dev/null
+++ 2013/12/29/release.html    2013-12-30 16:04:51 +0900 (2a42ba1)
@@ -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>

  Added: _layouts/empty.html (+4 -0) 100644
===================================================================
--- /dev/null
+++ _layouts/empty.html    2013-12-30 16:04:51 +0900 (e1bce64)
@@ -0,0 +1,4 @@
+<!DOCTYPE html>
+<html>
+  {{content}}
+</html>
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index