diff options
Diffstat (limited to '')
-rw-r--r-- | site.json | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 %} |