Files
Chirpy/assets/js/data/search.json
yann ac7f7e6111
Some checks failed
Build and Deploy / build (push) Has been cancelled
Build and Deploy / deploy (push) Has been cancelled
modif search.json
2026-04-18 14:08:07 +02:00

15 lines
362 B
JSON

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