Fix blog pagination

I missed this in the Jekyll upgrade.
This commit is contained in:
Paul O’Shannessy 2013-12-02 15:46:20 -08:00
parent 241f4d29b2
commit cd3bfe64d4
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ sectionid: blog
<div class="pagination">
{% if paginator.previous_page %}
<a href="/react/{{ paginator.previous_page }}" class="previous">
<a href="/react/{{ paginator.previous_page_path }}" class="previous">
&laquo; Previous Page
</a>
{% endif %}