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