1
0
Fork 0
forked from github/pelican

Expose first and last page of pagination (#2618)

This commit is contained in:
Joachim Lusiardi 2020-04-30 19:05:48 +02:00 committed by GitHub
commit 82ff563f6f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 32 additions and 12 deletions

View file

@ -133,9 +133,11 @@ YEAH !</p>
</article></li>
</ol><!-- /#posts-list -->
<p class="paginator">
<a href="./index.html">&#8647;</a>
<a href="./index.html">&laquo;</a>
Page 2 / 3
<a href="./index3.html">&raquo;</a>
<a href="./index3.html">&#8649;</a>
</p>
</section><!-- /#content -->
<section id="extras" class="body">
@ -181,4 +183,4 @@ YEAH !</p>
}());
</script>
</body>
</html>
</html>