Skip to content

Commit 747231c

Browse files
authored
fix repo list count
1 parent 8baaa0e commit 747231c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/en/repository/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ const repos = repositories.map((repo)=> {
1717
The website will be every 6 (six) hours re-deployed so that every repository will be updated at [mmrl.dev](https://mmrl.dev)!
1818
:::
1919

20-
<ol v-for="repository in repos">
21-
<li>
20+
<ol>
21+
<li v-for="repository in repos">
2222
<a :href="repository.href">{{ repository.name }}</a>
2323
</li>
2424
</ol>

0 commit comments

Comments
 (0)