mirror of
https://codeberg.org/VnPower/PixivFE
synced 2024-12-06 19:16:23 +01:00
Fix: broken pagination in following works page
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
</div>
|
||||
<div>{{ include "components/small-tn" Artworks }}</div>
|
||||
<div class="pagination">
|
||||
{{ url := "/following_works/" + "&mode=" + Queries.Mode + "&page=" }} {{ if Page == 1 }}
|
||||
{{ url := "/following_works/" + "?mode=" + Queries.Mode + "&page=" }} {{ if Page == 1 }}
|
||||
<a href="#" class="pagination-button disabled">First</a>
|
||||
<a href="#" class="pagination-button disabled">Previous</a>
|
||||
{{ else }}
|
||||
|
||||
Reference in New Issue
Block a user