summaryrefslogtreecommitdiff
path: root/_includes/paginate.html
diff options
context:
space:
mode:
Diffstat (limited to '_includes/paginate.html')
-rw-r--r--_includes/paginate.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/paginate.html b/_includes/paginate.html
index df2d75a..2e88133 100644
--- a/_includes/paginate.html
+++ b/_includes/paginate.html
@@ -17,7 +17,7 @@ For the pagination styles see http://getbootstrap.com/components/#pagination
http://jekyllrb.com/docs/pagination/
{% endcomment %}
<li{% if paginator.page == 1 %} class="active"{% endif %}>
- <a href="/">1</a>
+ <a href="/news">1</a>
</li>
{% for i in (2..paginator.total_pages) %}
<li{% if paginator.page == i %} class="active"{% endif %}>