All checks were successful
continuous-integration/drone/push Build is passing
- добавляет поиск на главную страницу - добавляет alpine.js и fuse.js - добавляет генерацию /search-index.json Co-authored-by: Maxim Slipenko <maxim@slipenko.com> Reviewed-on: #6 Fix: #1
7 lines
157 B
Plaintext
7 lines
157 B
Plaintext
[
|
|
{% for note in notes %}
|
|
{
|
|
"title":"{{ note.title }}",
|
|
"url":"{{ note.url | url }}"
|
|
}{% if loop.last == false %},{% endif %} {% endfor %}
|
|
] |