Add pagination boilerplate
This commit is contained in:
@@ -16,6 +16,11 @@
|
||||
{{ end }}
|
||||
</section>
|
||||
</main>
|
||||
<div class="pagination-nav">
|
||||
<a href="#">« Older Posts</a>
|
||||
<div>Page {{ .Paginator.PageNumber }} of {{ .Paginator.TotalPages }}</div>
|
||||
<a href="#">Newer Posts »</a>
|
||||
</div>
|
||||
</div>
|
||||
{{ partial "footer.html" . }}
|
||||
{{ partial "scripts.html" . }}
|
||||
|
||||
Reference in New Issue
Block a user