File tree 2 files changed +3
-3
lines changed 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ react_version: 0.5.1
17
17
description : A JavaScript library for building user interfaces
18
18
relative_permalinks : true
19
19
paginate : 5
20
- paginate_path : /blog/page:num
20
+ paginate_path : /blog/page:num/
21
21
nav_docs_sections :
22
22
- title : Quick Start
23
23
items :
Original file line number Diff line number Diff line change @@ -20,12 +20,12 @@ <h1><a href="/react{{ page.url }}">{{ page.title }}</a></h1>
20
20
21
21
< div class ="pagination ">
22
22
{% if paginator.previous_page %}
23
- < a href ="/react/blog/ {{ paginator.previous_page_path }} " class ="previous ">
23
+ < a href ="/react/{{ paginator.previous_page }} " class ="previous ">
24
24
« Previous Page
25
25
</ a >
26
26
{% endif %}
27
27
{% if paginator.next_page %}
28
- < a href ="/react/blog/ {{ paginator.next_page_path }} " class ="next ">
28
+ < a href ="/react{{ paginator.next_page_path }} " class ="next ">
29
29
Next Page »
30
30
</ a >
31
31
{% endif %}
You can’t perform that action at this time.
0 commit comments