diff options
author | Zhiming Wang <zmwangx@gmail.com> | 2016-07-10 13:20:38 +0800 |
---|---|---|
committer | Zhiming Wang <zmwangx@gmail.com> | 2016-07-10 13:20:38 +0800 |
commit | f9b76168df8198b98c4f0cc33d8a5d929f561654 (patch) | |
tree | 1576cfd0164deb3d19a54dc2227594acb6a11414 | |
parent | 059a0435d30c5a9861e3fa7ccf92ea7814bfc64c (diff) | |
download | my_new_personal_website-f9b76168df8198b98c4f0cc33d8a5d929f561654.tar.xz my_new_personal_website-f9b76168df8198b98c4f0cc33d8a5d929f561654.zip |
Add /blog/index.html for redirecting /blog/ to /#toc
Diffstat (limited to '')
-rw-r--r-- | source/blog/index.html | 9 |
1 files changed, 9 insertions, 0 deletions
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> |