remove pagination

This commit is contained in:
Asim Aslam
2021-02-04 13:16:05 +00:00
parent d67554b63c
commit aa6ae118be

View File

@@ -36,25 +36,4 @@
</div>
</div>
<div class="container">
{{ if .Section }}
<nav class="flex container suggested">
{{ with .PrevInSection }}
<a rel="prev" href="{{ .RelPermalink }}" title="Previous post (older)">
<span>Previous</span>
{{ .Title }}
</a>
{{ end }}
{{ with .NextInSection }}
<a rel="next" href="{{ .RelPermalink }}" title="Next post (newer)">
<span>Next</span>
{{ .Title }}
</a>
{{ end }}
</nav>
{{ end }}
</div>
</main>
{{ end }}