snachodog.github.io/search.json

13 lines
421 B
JSON
Raw Normal View History

---
---
[
{% for post in site.posts %}
{
2019-08-08 06:51:01 +00:00
"title" : "{% if post.title != "" %}{{ post.title | escape }}{% else %}{{ post.excerpt | strip_html | escape | strip }}{%endif%}",
"url" : "{{ site.baseurl }}{{ post.url }}",
"category" : "{{ post.categories | join: ', '}}",
"date" : "{{ post.date | date: "%B %e, %Y" }}"
} {% unless forloop.last %},{% endunless %}
{% endfor %}
]