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

nextChapter.html « partials « layouts - github.com/darshanbaral/kitab.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 59767e6fbab35164d6d55ed52bd8fca5b2403634 (plain)
1
2
3
4
5
6
7
8
9
10
{{ if .PrevInSection }}
<p class="navMenu menuItem mb-1 mt-1 text-left">
  <a
    href="{{ .PrevInSection.Permalink | relURL }}"
    title="{{ .PrevInSection.Title }}"
  >
    <i class="fas fa-chevron-circle-right"></i>
  </a>
</p>
{{ end }}