Reverse order of items on index page
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
14171ea24b
commit
93984f211b
@ -24,7 +24,7 @@ export default function views(g: ABC.Application) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
await ctx.render("index", {
|
await ctx.render("index", {
|
||||||
packages,
|
packages: packages.reverse(),
|
||||||
search,
|
search,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user