Update paginate_path for no hard redirection
The use of /folder underside /folder/ cause a hard redirection and a white refresh flash page.
This commit is contained in:
parent
846806e43b
commit
a43bde874e
1 changed files with 1 additions and 1 deletions
|
|
@ -130,7 +130,7 @@ exclude: ["LICENSE", "README", "CONTRIBUTORS", "scripts"]
|
|||
|
||||
# Pagination path
|
||||
|
||||
paginate_path: "blog/page:num"
|
||||
paginate_path: "blog/page:num/"
|
||||
|
||||
# Enable minification SASS
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue