Files
jekyll/site/_docs
Michael Tu 705fdfb23d Add a '/' to paginate_path
If this '/' is not present, then the second pagination code snippet
under the "Render the paginated Posts" section will have a bug.

Let's say my page 1 is located at host:port/blog/index.html and my
paginate_path setting in _config.yml is "blog/page:num/". The
observation if the paginate_path does not start with a '/' is that the href generated for the page numbers will have 2 'blogs', i.e. for page 2 the href will
incorrectly appear as 'host:port/blog/blog/page2' instead of just
'host:port/blog/page2'.
2015-02-18 03:13:57 -05:00
..
2015-02-07 23:31:15 -08:00
2015-01-31 12:27:28 -05:00
2015-01-31 12:27:28 -05:00
2015-01-17 15:01:08 -08:00
2015-01-17 16:51:28 -08:00
2015-02-18 03:13:57 -05:00
2015-02-14 14:50:35 +01:00
2015-02-07 23:31:15 -08:00
2015-02-09 23:58:22 -07:00