Files
leecat.art/src/index.njk
T
2026-09-08 16:18:11 -07:00

24 lines
517 B
Plaintext

---
layout: page-lists.njk
pagination:
data: collections.posts
size: 13
reverse: true
alias: postlist
eleventyNavigation:
key: home
order: 3
icon: fa fa-solid fa-crow
title: home
label: home
---
<p class="centered">(see the <a href="/tags/highlight/">highlights</a>
or <a href="/tags/">browse by tags</a>)</p>
{% include "postlist.njk" %}
{# idk why these are backwards either #}
{% set newerHref = pagination.href.previous %}
{% set olderHref = pagination.href.next %}
{% include "pagination.njk" %}