diff options
author | mayx | 2025-06-30 03:37:06 +0000 |
---|---|---|
committer | mayx | 2025-06-30 03:37:06 +0000 |
commit | 0e8ac3767377745e4ee8971a328be38cbf77ebf6 (patch) | |
tree | 3bbd5351fb379f75402c7838af4c4700a5b02905 /search.json | |
parent | 4de724f972c65ca474994e321b66844ded99f544 (diff) |
Update 8 files
- /_layouts/default.html - /_includes/live2d.html - /rss.xml - /search.json - /opensearch.xml - /index.html - /feed.json - /404.md
Diffstat (limited to 'search.json')
-rw-r--r-- | search.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/search.json b/search.json index 8ad4e54..79dcd37 100644 --- a/search.json +++ b/search.json @@ -1,3 +1,4 @@ --- --- + [{% for post in site.posts %}{% unless post.layout == "encrypt" %}{ "title": "{{ post.title | escape }}", "category": "{{ post.category }}", "tags": "{{ post.tags | join: ', ' }}", "url": "{{ site.baseurl }}{{ post.url }}", "date": "{{ post.date | date: "%Y/%m/%d" }}", "content": {{ post.content | strip_html | strip_newlines | jsonify }} }{% unless forloop.last %},{% endunless %}{% endunless %}{% endfor %}] |