Fix tags page

This commit is contained in:
2023-11-05 16:45:36 +11:00
parent 55cd087cd2
commit acd4a18f44
3 changed files with 7 additions and 5 deletions

View File

@@ -8,6 +8,7 @@ module Adamantium
def list
tags
.order(Sequel.function(:lower, :label))
.combine(:posts)
.to_a
end
end