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