aboutsummaryrefslogtreecommitdiff
path: root/site.json
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2020-08-10 10:00:46 -0300
committerEuAndreh <eu@euandre.org>2020-08-10 10:00:46 -0300
commitd54cfed1ad069d4e063a4c0463f96ba04060a36c (patch)
treeb2000cbafadc30948b81eb0445f8de63352811f6 /site.json
parentFinish migrating til.md (diff)
downloadeuandre.org-d54cfed1ad069d4e063a4c0463f96ba04060a36c.tar.gz
euandre.org-d54cfed1ad069d4e063a4c0463f96ba04060a36c.tar.xz
assert-content.sh: Look at post refs too, not only pages
Diffstat (limited to 'site.json')
-rw-r--r--site.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/site.json b/site.json
index 411a02b..8c22cc5 100644
--- a/site.json
+++ b/site.json
@@ -31,7 +31,7 @@
"date": "{{ post.date }}",
"url": "{{ pastebin.url }}",
"lang": "{{ pastebin.lang }}",
- "ref": "placeholder-ref",
+ "ref": "pastebin-ref",
"content": {{ pastebin.content | strip_html | jsonify }}
}{% unless forloop.last %},{% endunless %}
{% endfor %}