Update `paginate_path` comment based on default value

This commit is contained in:
ChaYoung You 2014-06-24 18:15:38 +09:00
parent 9d0c54e3e6
commit 7e044b498e
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ rdiscount:
highlighter: pygments # default python pygments have been replaced by pygments.rb
paginate: 10 # Posts per page on the blog index
paginate_path: "posts/:num" # Directory base for pagination URLs eg. /blog/page/2/
paginate_path: "posts/:num" # Directory base for pagination URLs eg. /posts/2/
recent_posts: 5 # Posts in the sidebar Recent Posts section
excerpt_link: "Read on →" # "Continue reading" link text at the bottom of excerpted articles
excerpt_separator: "<!--more-->"