Skip to content

Commit 88fd3e9

Browse files
committed
feat: put clients and servers before bots
1 parent 6546c33 commit 88fd3e9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

layouts/projects/list.html

+6-6
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,6 @@ <h1>{{ .Title }}</h1>
2828
You can submit new projects on our <a href="https://github.com/harmony-development/projects-listing">GitHub repo</a>.
2929
</p>
3030

31-
<h2>Bots</h2>
32-
33-
{{ range $.Site.Data.bots }}
34-
{{ template "item" . }}
35-
{{ end }}
36-
3731
<h2>Clients</h2>
3832

3933
{{ range $.Site.Data.clients }}
@@ -46,6 +40,12 @@ <h2>Servers</h2>
4640
{{ template "item" . }}
4741
{{ end }}
4842

43+
<h2>Bots</h2>
44+
45+
{{ range $.Site.Data.bots }}
46+
{{ template "item" . }}
47+
{{ end }}
48+
4949
<h2>Bridges</h2>
5050

5151
{{ range $.Site.Data.bridges }}

0 commit comments

Comments
 (0)