tag pages are structured out, most formatting is in place
This commit is contained in:
@ -14,3 +14,8 @@ label: read reference posts
|
||||
<p>the reference page is for informational posts</p>
|
||||
|
||||
{% include "postlist.njk" %}
|
||||
|
||||
{# idk why these are backwards either #}
|
||||
{% set newerHref = pagination.href.previous %}
|
||||
{% set olderHref = pagination.href.next %}
|
||||
{% include "pagination.njk" %}
|
||||
|
||||
Reference in New Issue
Block a user