brouilleursdeblanc/search.json
2014-08-20 11:34:30 +10:00

14 lines
357 B
JSON

---
sitemap: false
---
[
{% for post in site.posts %}
{
"title" : "{{ post.title | escape }}",
"category" : "{{ post.category }}",
"url" : "{{ site.url }}{{ post.url }}",
"date" : "{{ post.date }}",
"shortdate" : "{{ post.date | date: '%B %d, %Y' }}"
} {% unless forloop.last %},{% endunless %}
{% endfor %}
]