diff --git a/README.md b/README.md
index 036046f..2597967 100644
--- a/README.md
+++ b/README.md
@@ -5,6 +5,8 @@
共 [20](https://github.com/jwenjian/ghiblog/labels) 个标签, [43](https://github.com/jwenjian/ghiblog/issues) 篇博文.
+访客信息: [![总访客数量](https://visitor-count-badge.herokuapp.com/total.svg?repo_id=jwenjian.ghiblog)](https://github.com/jwenjian/visitor-count-badge)
+
## 置顶 :thumbsup:
- [我给GitHub的README做了个访客数量统计功能](https://github.com/jwenjian/ghiblog/issues/43) 0 :speech_balloon: :alarm_clock:2019-06-30 15:21:41
- [pydice: Python的GUI应用 - 课堂点名工具](https://github.com/jwenjian/ghiblog/issues/36) 1 :speech_balloon: :alarm_clock:2019-06-20 16:33:17
diff --git a/main.py b/main.py
index f9372f7..e65e015 100644
--- a/main.py
+++ b/main.py
@@ -62,6 +62,7 @@ def bundle_summary_section():
> :alarm_clock: 上次更新: %s
共 [%s](%s) 个标签, [%s](%s) 篇博文.
+访客信息: [![总访客数量](https://visitor-count-badge.herokuapp.com/total.svg?repo_id=jwenjian.ghiblog)](https://github.com/jwenjian/visitor-count-badge)
''' % (cur_time, total_label_count, labels_html_url, total_issue_count, issues_html_url)
return summary_section