Reverse order of items on index page
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Fabian Stamm 2020-08-02 23:52:42 +02:00
parent 14171ea24b
commit 93984f211b

View File

@ -24,7 +24,7 @@ export default function views(g: ABC.Application) {
}
await ctx.render("index", {
packages,
packages: packages.reverse(),
search,
});