tag pages are structured out, most formatting is in place
This commit is contained in:
@ -14,3 +14,8 @@ label: view the gallery
|
||||
<p>the gallery page is for finished art</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