Search and stuff

This commit is contained in:
2026-03-11 18:58:42 -05:00
parent 4665a00bc7
commit a5316f1a69
43 changed files with 422 additions and 106 deletions

View File

@@ -9,6 +9,8 @@ pagination:
permalink: "once-burned/{% if pagination.pageNumber > 0 %}page-{{ pagination.pageNumber + 1 }}/{% endif %}index.html"
paginationRootDir: once-burned
---
<div data-pagefind-body>
<h1>Previous “Now Burning” Entries:</h1>
{% set postsCount = pagination.items | length %}
@@ -25,3 +27,5 @@ paginationRootDir: once-burned
<a href="/now-burning/">
<button type="button">Latest »</button>
</a>
</div>