Skip to content

Instantly share code, notes, and snippets.

@nickmealey
Created June 16, 2016 22:19
Show Gist options
  • Save nickmealey/28312c1985788018dfe19712519bd1da to your computer and use it in GitHub Desktop.
Save nickmealey/28312c1985788018dfe19712519bd1da to your computer and use it in GitHub Desktop.
{% layout none %}
{% paginate search.results by 50 %}
{
"results": {{ search.results | json }}
}
{% endpaginate %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment