summaryrefslogtreecommitdiff
path: root/_includes/paginate.html
diff options
context:
space:
mode:
authorAilin Nemui <ailin@linux.localdomain>2015-07-10 00:41:56 +0200
committerAilin Nemui <ailin@linux.localdomain>2015-08-05 23:13:09 +0200
commit6c888c42cfeaff68f8880e9ec73c0450c420bdfa (patch)
treec761dd371843b43b93dec55a3603ba99f61f985d /_includes/paginate.html
parentaeefab4eb333d47d9d0af936e9e3f59cf86815e1 (diff)
downloadirssi.github.io-6c888c42cfeaff68f8880e9ec73c0450c420bdfa.zip
irssi-import(2)
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 %}>