Thanks to visit codestin.com Credit goes to github.com
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 ef8bd04 commit 1da10d7Copy full SHA for 1da10d7
docs/blog/index.html
@@ -20,7 +20,7 @@ <h1><a href="/react{{ page.url }}">{{ page.title }}</a></h1>
20
21
<div class="pagination">
22
{% if paginator.previous_page %}
23
- <a href="/react/{{ paginator.previous_page }}" class="previous">
+ <a href="/react/{{ paginator.previous_page_path }}" class="previous">
24
« Previous Page
25
</a>
26
{% endif %}
0 commit comments