mirror of
https://codeberg.org/VnPower/PixivFE
synced 2024-12-06 19:16:23 +01:00
fix invalid URI paths on /self/followingWorks 2
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
|
||||
<!-- Pagination -->
|
||||
{{- if len(.Artworks) > 0 }}
|
||||
{{- url := "/self/following_works" + "?mode=" + .Mode + "&page=" }}
|
||||
{{- url := "/self/followingWorks" + "?mode=" + .Mode + "&page=" }}
|
||||
{{- paginationData := createPaginator(url, "#checkpoint", .Page, -1, 1, 5) }}
|
||||
{{- yield pagination(data=paginationData) }}
|
||||
{{- end }}
|
||||
|
||||
Reference in New Issue
Block a user