mirror of
https://codeberg.org/VnPower/PixivFE
synced 2024-12-06 19:16:23 +01:00
Index: Move 'Newest from following' section to the top
This commit is contained in:
@@ -102,15 +102,6 @@
|
||||
|
||||
<hr class="border-neutral-800 opacity-100 rounded mt-0 mb-0">
|
||||
|
||||
<div class="col-12 mt-3">
|
||||
<h2>Recommended works</h2>
|
||||
<div class="row row-cols-2 row-cols-md-4 row-cols-lg-6 g-4">
|
||||
{{- include "fragments/small-tn" .Data.Recommended }}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<hr class="border-neutral-700 opacity-100 rounded mb-0">
|
||||
|
||||
<div class="col-12">
|
||||
<h2>Latest works by followed</h2>
|
||||
{{- if len(.Data.Following) > 0 }}
|
||||
@@ -129,6 +120,15 @@
|
||||
|
||||
<hr class="border-neutral-700 opacity-100 rounded mb-0">
|
||||
|
||||
<div class="col-12 mt-3">
|
||||
<h2>Recommended works</h2>
|
||||
<div class="row row-cols-2 row-cols-md-4 row-cols-lg-6 g-4">
|
||||
{{- include "fragments/small-tn" .Data.Recommended }}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<hr class="border-neutral-700 opacity-100 rounded mb-0">
|
||||
|
||||
<!-- Today's illustration rankings -->
|
||||
<div class="col-12">
|
||||
<h2>Today's illustration rankings</h2>
|
||||
|
||||
Reference in New Issue
Block a user