gitstats/search.json

14 lines
366 B
JSON

---
layout: null
---
[
{% for post in site.posts %}
{
"title" : "{{ post.title | escape }}",
"subtitle" : "{{ post.subtitle | escape }}",
"tags" : "{{ post.tags | join: ', ' }}",
"url" : "{{ site.baseurl }}{{ post.url }}",
"date" : "{{ post.date }}"
} {% unless forloop.last %},{% endunless %}
{% endfor %}
]