Closed atabas closed 9 years ago
The pagination directory should be set in _config.yml under pagination_directory rather than hard-coded in the template. {{ site.paginate_directory }} will be replaced by posts if you sent the following:
_config.yml
pagination_directory
{{ site.paginate_directory }}
posts
# _config.yml paginate_directory: /posts
That in fact did not work for me. Everytime I did rake generate and rake deploy, it would get overwritten again.
The pagination directory should be set in
_config.yml
underpagination_directory
rather than hard-coded in the template.{{ site.paginate_directory }}
will be replaced byposts
if you sent the following: