From f9b76168df8198b98c4f0cc33d8a5d929f561654 Mon Sep 17 00:00:00 2001
From: Zhiming Wang <zmwangx@gmail.com>
Date: Sun, 10 Jul 2016 13:20:38 +0800
Subject: Add /blog/index.html for redirecting /blog/ to /#toc

---
 source/blog/index.html | 9 +++++++++
 1 file changed, 9 insertions(+)
 create mode 100644 source/blog/index.html

(limited to 'source')

diff --git a/source/blog/index.html b/source/blog/index.html
new file mode 100644
index 00000000..08c98784
--- /dev/null
+++ b/source/blog/index.html
@@ -0,0 +1,9 @@
+<!DOCTYPE html>
+<html>
+<head>
+  <meta http-equiv="refresh" content="0; url=/#toc">
+</head>
+<body>
+  <p>Redirecting to <a href="/#toc">/#toc</a>...</p>
+</body>
+</html>
-- 
cgit v1.2.1