From ca38018462329f81c7c5539ee9402b4a89ef1a12 Mon Sep 17 00:00:00 2001
From: one <onewesh@gmail.com>
Date: Fri, 29 May 2020 06:52:59 +0000
Subject: [PATCH] Merge pull request #11 from erickhun/ux/add-arrow-next-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