Skip to content

Commit

Permalink
feat(config): change pagination path
Browse files Browse the repository at this point in the history
  • Loading branch information
VEBERArnaud committed Nov 2, 2017
1 parent 5e06216 commit fe0b264
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _config.yml
Expand Up @@ -74,7 +74,7 @@ theme_settings:

# PAGINATION
paginate: 10
paginate_path: "/blog/page:num"
paginate_path: "/page/:num"

# ALGOLIA
algolia:
Expand All @@ -84,7 +84,7 @@ algolia:
- index.html
- amp
- authors
- blog
- page

# BUILD SETTINGS
markdown: kramdown
Expand Down

0 comments on commit fe0b264

Please sign in to comment.