mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Expose first and last page of pagination (#2618)
This commit is contained in:
parent
2a6b7d9e7c
commit
82ff563f6f
13 changed files with 32 additions and 12 deletions
|
|
@ -122,6 +122,7 @@
|
|||
<p class="paginator">
|
||||
Page 1 / 3
|
||||
<a href="./index2.html">»</a>
|
||||
<a href="./index3.html">⇉</a>
|
||||
</p>
|
||||
</section><!-- /#content -->
|
||||
<section id="extras" class="body">
|
||||
|
|
@ -167,4 +168,4 @@
|
|||
}());
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue