Add rudimentary script for generating the forum archive.

This commit is contained in:
2020-08-10 01:21:33 -05:00
parent 7026bc2b34
commit f3b0319d5a
15 changed files with 295 additions and 1 deletions

View 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>