Skip to content

Commit 216712d

Browse files
author
stackdump
authored
Merge pull request #95 from allinbits/task/adjust-metamodel-pagination
5 per page - nest md titles
2 parents 46650c4 + 0fda517 commit 216712d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

projects/gnoland/gno.land/p/metamodel000/registry.gno

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,9 +212,9 @@ func (r *Registry) thumbnail(key string, obj interface{}) string {
212212
}
213213

214214
func (r *Registry) renderIndex(path string) string {
215-
const pageSize = 4
215+
const pageSize = 5
216216
var sb strings.Builder
217-
sb.WriteString("### Metamodel Index\n\n")
217+
sb.WriteString("## Metamodel Index\n\n")
218218

219219
total := r.tree.Size()
220220
page := 0

0 commit comments

Comments
 (0)