add theme
This commit is contained in:
13
themes/academic/layouts/partials/section_pager.html
Normal file
13
themes/academic/layouts/partials/section_pager.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<nav>
|
||||
<ul class="pager">
|
||||
{{if .PrevInSection}}
|
||||
<li class="previous"><a href="{{.PrevInSection.Permalink}}"><span
|
||||
aria-hidden="true">←</span> {{.PrevInSection.Title}}</a></li>
|
||||
{{end}}
|
||||
|
||||
{{if .NextInSection}}
|
||||
<li class="next"><a href="{{.NextInSection.Permalink}}">{{.NextInSection.Title}} <span
|
||||
aria-hidden="true">→</span></a></li>
|
||||
{{end}}
|
||||
</ul>
|
||||
</nav>
|
||||
Reference in New Issue
Block a user