agnes-love/search.njk
2026-06-25 00:57:39 +00:00

9 lines
178 B
Text
Executable file

---
permalink: /search.json
eleventyExcludeFromCollections: true
---
{%- if collections.searchIndex -%}
{{ collections.searchIndex | json | safe }}
{%- else -%}
[]
{%- endif -%}