mirror of
https://www.gitlink.org.cn/mayx/mayx.gitlink.net
synced 2026-03-22 12:07:13 +08:00
4 lines
419 B
JSON
4 lines
419 B
JSON
---
|
|
---
|
|
[{% 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 %}]
|