Search and stuff
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user