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,6 +6,7 @@ layout: none
{% for post in site.posts %}
{
"title" : "{{ post.title | escape }}",
"description" : "{{ post.description | escape }}",
"tags" : "{{ post.tags | join: ', ' }}",
"url" : "{{ site.baseurl }}{{ post.url }}",
"date" : "{{ post.date }}"