Skip to content

Commit

Permalink
Temporarly deactivate pagination
Browse files Browse the repository at this point in the history
  • Loading branch information
stebrech committed Nov 23, 2024
1 parent 070c1a3 commit c3fd373
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _templates/layouts/bookmarks.njk
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ templateClass: postlist
{% set results = bookmarks %}
{% include "includes/preview.njk" %}
</div>
{% include "includes/nav_pagination.njk" %}
{# {% include "includes/nav_pagination.njk" %} #}
</section>
2 changes: 1 addition & 1 deletion de/pages/bookmarks.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ collection: bookmarks_de
tags: ["pages_de"]
pagination:
data: collections.bookmarks_de
size: 10
size: 999
alias: bookmarks
reverse: true
permalink: /bookmarks/{% if pagination.pageNumber > 0 %}{{ pagination.pageNumber + 1 }}/{% endif %}/
Expand Down
2 changes: 1 addition & 1 deletion en/pages/bookmarks.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ collection: bookmarks_en
tags: ["pages_en"]
pagination:
data: collections.bookmarks_en
size: 10
size: 999
alias: bookmarks
reverse: true
permalink: /en/bookmarks/{% if pagination.pageNumber > 0 %}{{ pagination.pageNumber + 1 }}/{% endif %}/
Expand Down

0 comments on commit c3fd373

Please sign in to comment.