--- layout: page-lists.njk pagination: data: collections["gallery"] size: 13 reverse: true alias: postlist eleventyNavigation: key: gallery order: 2 title: gallery icon: fa-regular fa-images label: view the gallery ---
the gallery page is for finished art
(or browse by tags)
{% include "postlist.njk" %} {# idk why these are backwards either #} {% set newerHref = pagination.href.previous %} {% set olderHref = pagination.href.next %} {% include "pagination.njk" %}