diff options
Diffstat (limited to '_includes')
-rw-r--r-- | _includes/jekyll-theme/posts/paginator.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_includes/jekyll-theme/posts/paginator.html b/_includes/jekyll-theme/posts/paginator.html index f61bc0b..257a307 100644 --- a/_includes/jekyll-theme/posts/paginator.html +++ b/_includes/jekyll-theme/posts/paginator.html @@ -5,8 +5,8 @@ {% if site.posts.size != 0 %} - {% capture prev %}<span class="glyphicon glyphicon-chevron-left"></span> Prev{% endcapture %} - {% capture next %}Next <span class="glyphicon glyphicon-chevron-right"></span>{% endcapture %} + {% capture prev %}<span class="glyphicon glyphicon-chevron-left"></span>{% endcapture %} + {% capture next %}<span class="glyphicon glyphicon-chevron-right"></span>{% endcapture %} {% comment %} Link to page 1 is tricky. If site.paginate_path is used, then we cannot |