mpercivalxyz

this website!
Log | Files | Refs

nextprev.html (316B)


      1 {{ if or .NextInSection .PrevInSection -}}
      2 <div id="nextprev">
      3 {{- with .PrevInSection }}
      4 <a href="{{ .RelPermalink}}"><div id="prevart">Previous:<br>{{.Title}}</div></a>
      5 {{ end -}}
      6 {{- with .NextInSection -}}
      7 <a href="{{ .RelPermalink}}"><div id="nextart">Next:<br>{{.Title}}</div></a>
      8 {{ end -}}
      9 </div>
     10 {{ end -}}