From b2ad7f6aebd3b6a35c28ccf6753a498bf6651b9a Mon Sep 17 00:00:00 2001 From: CodeDaraW Date: Wed, 23 Nov 2016 15:01:10 +0800 Subject: [PATCH] update v1.0.1 readme --- README.md | 5 ++++- README_zh-CN.md | 3 +++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ddbbe9..f94577e 100644 --- a/README.md +++ b/README.md @@ -51,12 +51,15 @@ googleTrackId: `googleTrackId`: your Google Analytics ID, Hacker will not use Google Analytics if it's empty. ## Update +### v1.0.1 +* fix incorrect comment link on the home page + ### v1.0 * fix bug caused by subdirectory([issue#10](https://github.com/CodeDaraW/Hacker/issues/10)) * fix display of `code` tag -### v0.3 +### v0.3. * Refactor ejs template files * Replace css with stylus * Add English Version README diff --git a/README_zh-CN.md b/README_zh-CN.md index 11b6996..8b2b87d 100644 --- a/README_zh-CN.md +++ b/README_zh-CN.md @@ -51,6 +51,9 @@ googleTrackId: `googleTrackId`: `string`,为谷歌分析的个人ID,留空则为不使用谷歌分析。 ## 更新 +### v1.0.1 +* 修复了主页上错误的评论链接 + ### v1.0 * 修复从文件夹导致的bug([issue#10](https://github.com/CodeDaraW/Hacker/issues/10)) * 修复`code`标签的显示效果