Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1da10d7

Browse files
committed
Fix blog pagination
I missed this in the Jekyll upgrade.
1 parent ef8bd04 commit 1da10d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/blog/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ <h1><a href="/react{{ page.url }}">{{ page.title }}</a></h1>
2020

2121
<div class="pagination">
2222
{% if paginator.previous_page %}
23-
<a href="/react/{{ paginator.previous_page }}" class="previous">
23+
<a href="/react/{{ paginator.previous_page_path }}" class="previous">
2424
&laquo; Previous Page
2525
</a>
2626
{% endif %}

0 commit comments

Comments
 (0)