glossarysh.github.io/search.json
2018-05-28 20:39:43 +01:00

12 lines
251 B
JSON

---
layout: null
---
[
{% for topic in site.topic %}
{
"title": "{{ topic.title | escape }}",
"url": "{{ topic.url }}",
"snippet": "{{ topic.snippet }}"
} {% unless forloop.last %},{% endunless %}
{% endfor %}
]