From 381660a82469c27bc45767bb124252f8390a43ce Mon Sep 17 00:00:00 2001
From: Egor Tensin <Egor.Tensin@gmail.com>
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(-)

(limited to '_includes')

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>&nbsp;Prev{% endcapture %}
-  {% capture next %}Next&nbsp;<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
-- 
cgit v1.2.3