add description

This commit is contained in:
Aliif Arief
2021-11-22 14:32:26 +07:00
committed by Siphalor
parent b60fb24c83
commit b65422579d

View File

@@ -6,9 +6,10 @@ layout: none
{% for post in site.posts %} {% for post in site.posts %}
{ {
"title" : "{{ post.title | escape }}", "title" : "{{ post.title | escape }}",
"description" : "{{ post.description | escape }}",
"tags" : "{{ post.tags | join: ', ' }}", "tags" : "{{ post.tags | join: ', ' }}",
"url" : "{{ site.baseurl }}{{ post.url }}", "url" : "{{ site.baseurl }}{{ post.url }}",
"date" : "{{ post.date }}" "date" : "{{ post.date }}"
} {% unless forloop.last %},{% endunless %} } {% unless forloop.last %},{% endunless %}
{% endfor %} {% endfor %}
] ]