mirror of
https://codeberg.org/VnPower/PixivFE
synced 2024-12-06 19:16:23 +01:00
index: truncate rankings to 12 items
This commit is contained in:
@@ -153,7 +153,7 @@
|
||||
<h2>Today's illustration rankings</h2>
|
||||
|
||||
<div class="row row-cols-2 row-cols-md-4 row-cols-lg-6 g-4">
|
||||
{{- include "fragments/ranking-tn" (.Data.Rankings.Contents[:48]) }}
|
||||
{{- include "fragments/ranking-tn" (.Data.Rankings.Contents[:12]) }}
|
||||
</div>
|
||||
|
||||
<div class="d-flex mt-3">
|
||||
|
||||
Reference in New Issue
Block a user