Skip to content

Commit

Permalink
Include host value when building page navigation slug. #16
Browse files Browse the repository at this point in the history
  • Loading branch information
ParitoshBh committed Nov 21, 2019
1 parent af214db commit c23de97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/blog.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
{% endif %}
{% if (currentPage + 1) <= pagesInCollection %}
<div class="float-right">
<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>
<i class="far fa-hand-point-right"></i>
</div>
{% endif %}
Expand Down

0 comments on commit c23de97

Please sign in to comment.