Skip to content

Instantly share code, notes, and snippets.

@1aurabrown
Created March 20, 2018 10:27
Show Gist options
  • Save 1aurabrown/3d7ea7720bbc23153e8b00a7381bc513 to your computer and use it in GitHub Desktop.
Save 1aurabrown/3d7ea7720bbc23153e8b00a7381bc513 to your computer and use it in GitHub Desktop.
{%- layout none -%}
[{%- for result in search.results -%}
{%- unless forloop.index == 1 -%},{%- endunless -%}
{
"id": {{ result.id | json }},
"title": {{ result.title | json }},
"featured_image": {{ result.featured_image | json}},
"url": {{ result.url | json }},
"options": {{ result.options | json }}
}{%- endfor -%}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment