diff --git a/README.md b/README.md
index 3d6c112..d9abb5b 100644
--- a/README.md
+++ b/README.md
@@ -180,4 +180,27 @@
-
\ No newline at end of file
+
+
+---
+
+## 公众号
+
+GitHub 技术社区 [Doocs](https://github.com/doocs) 旗下唯一公众号「**Doocs开源社区**」,欢迎扫码关注,**专注分享技术领域相关知识及行业最新资讯**。当然,也可以加我个人微信(备注:GitHub),拉你进技术交流群。
+
+
\ No newline at end of file
diff --git a/index.html b/index.html
index a8a752d..1833f76 100644
--- a/index.html
+++ b/index.html
@@ -87,7 +87,9 @@
}
const edit = en ? 'Edit on GitHub' : '在 GitHub 编辑'
const editHtml = `[:memo: ${edit}](${url})\n`
-
+ if (vm.route.path == '/') {
+ return editHtml + content;
+ }
const subscription = `
## 公众号
@@ -110,7 +112,6 @@ GitHub 技术社区 [Doocs](https://github.com/doocs) 旗下唯一公众号「**
`
-
return editHtml + content + `\n` + subscription
})