From 381660a82469c27bc45767bb124252f8390a43ce Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 18 Apr 2022 22:05:21 +0200 Subject: paginator: just arrows instead of words --- _includes/jekyll-theme/posts/paginator.html | 4 ++-- 1 file 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 %} Prev{% endcapture %} - {% capture next %}Next {% endcapture %} + {% capture prev %}{% endcapture %} + {% capture next %}{% endcapture %} {% comment %} Link to page 1 is tricky. If site.paginate_path is used, then we cannot -- cgit v1.2.3