aboutsummaryrefslogtreecommitdiff
path: root/site.json
diff options
context:
space:
mode:
Diffstat (limited to 'site.json')
-rw-r--r--site.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/site.json b/site.json
index 0920bf8..30a7260 100644
--- a/site.json
+++ b/site.json
@@ -5,6 +5,7 @@
{% for post in site.posts %}
{
"title": "{{ post.title | smartify }}",
+ "date": "{{ post.date }}",
"url": "{{ post.url }}",
"lang": "{{ post.lang }}",
"ref": "{{ post.ref }}",