We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af214db commit c23de97Copy full SHA for c23de97
templates/blog.html.twig
@@ -48,7 +48,7 @@
48
{% endif %}
49
{% if (currentPage + 1) <= pagesInCollection %}
50
<div class="float-right">
51
- <a href="{{ page.url ~ '/page' ~ system.param_sep ~ (currentPage + 1) }}">Older</a>
+ <a href="{{ page.url(true) ~ '/page' ~ system.param_sep ~ (currentPage + 1) }}">Older</a>
52
<i class="far fa-hand-point-right"></i>
53
</div>
54
0 commit comments