diff options
Diffstat (limited to 'other_repo_list.md')
-rw-r--r-- | other_repo_list.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/other_repo_list.md b/other_repo_list.md index 264fd46..e8036eb 100644 --- a/other_repo_list.md +++ b/other_repo_list.md @@ -4,5 +4,6 @@ title: 其他Git仓库镜像列表 --- # 其他Git仓库镜像列表 -{% for item in site.data.other_repo_list.repo_url %}- <{{ item }}> +目前已有的社区/个人类型实例托管Git仓库共有{{ site.data.other_repo_list | size }}个: +{% for item in site.data.other_repo_list %}- <{{ item.repo_url }}> {% endfor %}
\ No newline at end of file |