mirror of
https://codeberg.org/mayx/pages
synced 2026-02-16 01:54:50 +08:00
9 lines
282 B
Markdown
9 lines
282 B
Markdown
---
|
|
layout: default
|
|
title: 其他Git仓库镜像列表
|
|
---
|
|
|
|
# 其他Git仓库镜像列表
|
|
目前已有的社区/个人类型实例托管Git仓库共有{{ site.data.other_repo_list | size }}个:
|
|
{% for item in site.data.other_repo_list %}- <{{ item.repo_url }}>
|
|
{% endfor %} |