agnes-love/search.njk

10 lines
178 B
Text
Raw Permalink Normal View History

2026-06-25 00:57:39 +00:00
---
permalink: /search.json
eleventyExcludeFromCollections: true
---
{%- if collections.searchIndex -%}
{{ collections.searchIndex | json | safe }}
{%- else -%}
[]
{%- endif -%}