mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
6 actually
This commit is contained in:
parent
f5c0dad309
commit
b72c152ef9
1 changed files with 1 additions and 1 deletions
|
@ -211,7 +211,7 @@ class Site < Sequel::Model
|
|||
end
|
||||
|
||||
class << self
|
||||
def featured(limit=5)
|
||||
def featured(limit=6)
|
||||
select(:id, :username, :title, :domain).exclude(featured_at: nil).order(:featured_at.desc).limit(limit)
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue