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 223de9c commit 11221f5Copy full SHA for 11221f5
_layouts/blog-template.html
@@ -58,7 +58,7 @@ <h2 class="message inria-bold">{{ site.data.blog.description }}</p>
58
{% if page-num == paginator.page %}
59
<span class="pagination__current-page">{{ page-num }}</span>
60
{% elsif page-num == 1 %}
61
- <a class="pagination__page" href="{{ site.paginate_path | prepend: category-name | prepend: '/blog/' | replace: '/page:num', '/' }}" data-link="blog-link">{{ page-num }}</a>
+ <a class="pagination__page" href="{{ site.paginate_path | prepend: category-name | prepend: '/blog/' | replace: '/page:num' }}" data-link="blog-link">{{ page-num }}</a>
62
{% else %}
63
<a class="pagination__page" href="{{ site.paginate_path | prepend: category-name | prepend: '/blog/' | replace: '//', '/' | replace: 'page:num', page-num }}/" data-link="blog-link">{{ page-num }}</a>
64
{% endif %}
0 commit comments