From 20070da8e88d1b83a9918e7dfd8a7be8d006c261 Mon Sep 17 00:00:00 2001
From: Eric Khun <enregistrements@gmail.com>
Date: Thu, 28 May 2020 13:09:55 +0000
Subject: [PATCH] Add arrow to the next or prev page

---
 layouts/partials/document.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/layouts/partials/document.html b/layouts/partials/document.html
index d7e5276..f991472 100644
--- a/layouts/partials/document.html
+++ b/layouts/partials/document.html
@@ -7,10 +7,10 @@
     {{- .Content }}
     <div class="pager">
       {{- with .Next }}
-      <a href="{{ .Permalink }}" id="prev">{{ .Title }}</a>
+      <a href="{{ .Permalink }}" id="prev"><< {{ .Title }}</a>
       {{ end }}
       {{- with .Prev }}
-      <a href="{{ .Permalink }}" id="next">{{ .Title }}</a>
+      <a href="{{ .Permalink }}" id="next">{{ .Title }} >></a>
       {{- end }}
     </div>
   </section>

--
Gitblit v1.10.0