diff options
author | Parker Moore <parkrmoore@gmail.com> | 2014-06-24 16:30:17 -0400 |
---|---|---|
committer | Parker Moore <parkrmoore@gmail.com> | 2014-06-24 16:30:17 -0400 |
commit | 4fdae37e4294618084f652c99c0c06ba7663ac07 (patch) | |
tree | 677378c6159558432c2c3c995656d5adf15fb2f5 | |
parent | 9d0c54e3e67d7c179cd87034f18e57fd97be1e42 (diff) | |
parent | 7e044b498e52303611407790d622e2b6cb22b0c0 (diff) | |
download | my_new_personal_website-4fdae37e4294618084f652c99c0c06ba7663ac07.tar.xz my_new_personal_website-4fdae37e4294618084f652c99c0c06ba7663ac07.zip |
Merge pull request #1592 from yous/patch-4
Update `paginate_path` comment based on default value
-rw-r--r-- | _config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_config.yml b/_config.yml index 1e2b3868..c1d56f4f 100644 --- a/_config.yml +++ b/_config.yml @@ -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-->" |