add description
This commit is contained in:
@@ -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 %}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user