File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 12
12
{% endfor %}
13
13
< div class ="pagination ">
14
14
{% if paginator.next_page %}
15
- < a class ="prev " href ="{{paginator.next_page }} "> ← Older</ a >
15
+ < a class ="prev " href ="{{paginator.next_page_path }} "> ← Older</ a >
16
16
{% endif %}
17
17
< a href ="/blog/archives "> Blog Archives</ a >
18
18
{% if paginator.previous_page %}
19
- < a class ="next " href ="{{paginator.previous_page }} "> Newer →</ a >
19
+ < a class ="next " href ="{{paginator.previous_page_path }} "> Newer →</ a >
20
20
{% endif %}
21
21
</ div >
22
22
</ div >
Original file line number Diff line number Diff line change 12
12
{% endfor %}
13
13
< div class ="pagination ">
14
14
{% if paginator.next_page %}
15
- < a class ="prev " href ="{{paginator.next_page }} "> ← Older</ a >
15
+ < a class ="prev " href ="{{paginator.next_page_path }} "> ← Older</ a >
16
16
{% endif %}
17
17
< a href ="/blog/archives "> Blog Archives</ a >
18
18
{% if paginator.previous_page %}
19
- < a class ="next " href ="{{paginator.previous_page }} "> Newer →</ a >
19
+ < a class ="next " href ="{{paginator.previous_page_path }} "> Newer →</ a >
20
20
{% endif %}
21
21
</ div >
22
22
</ div >
You can’t perform that action at this time.
0 commit comments