Add rudimentary script for generating the forum archive.
This commit is contained in:
4
templates/partials/pagination.mustache
Normal file
4
templates/partials/pagination.mustache
Normal file
@@ -0,0 +1,4 @@
|
||||
<div class="pagination">
|
||||
<a class="prev" href="page-{{prev}}.html">Previous Page</a>
|
||||
<a class="next" href="page-{{next}}.html">Next Page</a>
|
||||
</div>
|
Reference in New Issue
Block a user