aboutsummaryrefslogtreecommitdiff
path: root/site.json
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2020-02-05 23:37:38 -0300
committerEuAndreh <eu@euandre.org>2020-02-05 23:37:38 -0300
commit97b809d4c0fe6e4b36c96ac4530266c40f0e0777 (patch)
tree264d2ca90871cfe22d85c1d09c7f778f31d51ab0 /site.json
parentPoint to language-specific home (diff)
downloadeuandre.org-97b809d4c0fe6e4b36c96ac4530266c40f0e0777.tar.gz
euandre.org-97b809d4c0fe6e4b36c96ac4530266c40f0e0777.tar.xz
Test: assert date in filename matches date in frontmatter
Diffstat (limited to '')
-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 }}",