Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/darshanbaral/kitab.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/previousChapter.html')
-rw-r--r--layouts/partials/previousChapter.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/layouts/partials/previousChapter.html b/layouts/partials/previousChapter.html
index de0e7ec..5297da2 100644
--- a/layouts/partials/previousChapter.html
+++ b/layouts/partials/previousChapter.html
@@ -1,10 +1,10 @@
{{ if .NextInSection }}
-<div>
+<p class="navMenu menuItem mb-1 mt-1 text-left">
<a
href="{{ .NextInSection.Permalink | relURL }}"
title="{{ .NextInSection.Title }}"
>
- &lt; Previous Chapter
+ <i class="fas fa-chevron-circle-left"></i>
</a>
-</div>
+</p>
{{ end }}