fix: pagination logic

This commit is contained in:
Cory Dransfeldt 2024-01-10 15:17:32 -08:00
parent b222e452aa
commit 36004c18bd
No known key found for this signature in database

View file

@ -5,7 +5,7 @@ pagination:
data: links
size: 8
---
{% for link in links %}
{% for link in pagination.items %}
<article class="h-entry" data-pagefind-body>
<a class="no-underline" href="{{ link.url }}">
<h2 class="flex--centered" data-pagefind-meta="title">{{ link.title }}</h2>