diff --git a/_includes/post-pagination.html b/_includes/post-pagination.html index 19ff05d40a9..0c6585c9ec6 100644 --- a/_includes/post-pagination.html +++ b/_includes/post-pagination.html @@ -1,17 +1,17 @@ {% if paginator.previous_page %} - ← Previous + ← Newer {% else %} - ← Previous + ← Newer {% endif %} Page: {{ paginator.page }} of {{ paginator.total_pages }} {% if paginator.next_page %} - Next → + Older → {% else %} - Next → + Older → {% endif %}