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

footer.html « partials « layouts - github.com/darshanbaral/ghazal.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2182b856bec78294c705a834c7c8861f27c74f45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<footer style="display: flex; flex-direction: column;">
  {{ if eq .Kind "page" }} {{ partial "prevnext.html" . }} {{ end }}
  {{ if eq  .Kind "section" }}
  <div>
    {{ template "_internal/pagination.html" . }}
  </div>
  {{ end }}
  <div style="padding-top: 10px; border-top: solid 1px; margin: 5px 0; font-size: 0.8em;">
    {{ .Site.Params.footer }} ghazal by
    <a href="https://www.darshanbaral.com/">darshan</a>.
  </div>
</footer>