diff options
author | EuAndreh <eu@euandre.org> | 2020-12-19 13:45:50 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-12-19 13:49:07 -0300 |
commit | 155eb972fe0f4f0492899a5542a21471ad9f5948 (patch) | |
tree | fb65cf2f2f9b39afb5408ce44f4d1920e089a4e9 /site.json | |
parent | Add Podcast structure, with public entrypoint commented out (diff) | |
download | euandre.org-155eb972fe0f4f0492899a5542a21471ad9f5948.tar.gz euandre.org-155eb972fe0f4f0492899a5542a21471ad9f5948.tar.xz |
Fix translation navigation link of collections
Diffstat (limited to 'site.json')
-rw-r--r-- | site.json | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -52,7 +52,7 @@ "date": "{{ pastebin.date }}", "url": "{{ pastebin.url }}", "lang": "{{ pastebin.lang }}", - "ref": "pastebin-ref", + "ref": "{{ pastebin.ref }}", "layout": "{{ pastebin.layout }}", "content": {{ pastebin.content | strip_html | jsonify }} }{% unless forloop.last %},{% endunless %} |