Skip to content

Commit c23de97

Browse files
committed
Include host value when building page navigation slug. #16
1 parent af214db commit c23de97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/blog.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
{% endif %}
4949
{% if (currentPage + 1) <= pagesInCollection %}
5050
<div class="float-right">
51-
<a href="{{ page.url ~ '/page' ~ system.param_sep ~ (currentPage + 1) }}">Older</a>
51+
<a href="{{ page.url(true) ~ '/page' ~ system.param_sep ~ (currentPage + 1) }}">Older</a>
5252
<i class="far fa-hand-point-right"></i>
5353
</div>
5454
{% endif %}

0 commit comments

Comments
 (0)