add pagination support

This commit is contained in:
Pat Dryburgh
2018-08-08 21:55:15 -07:00
parent f56356bdb8
commit c014a3cdbe
7 changed files with 141 additions and 72 deletions

3
_includes/back-link.html Normal file
View File

@ -0,0 +1,3 @@
<a href="{{ "/" | prepend: site.baseurl }}" class="back-link">
&#10094; Home
</a>