diff options
| author | EuAndreh <eu@euandre.org> | 2020-12-23 01:55:47 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2020-12-23 02:26:29 -0300 |
| commit | 6a19c27e388f6606edb59751ac29e6b5ac80026c (patch) | |
| tree | 847ba8d7f1780d4e9dade682965a8c92a48bde8e /site | |
| parent | _layouts/podcast.html: Remove placeholder alternative tag, point to flac file (diff) | |
| download | euandre.org-6a19c27e388f6606edb59751ac29e6b5ac80026c.tar.gz euandre.org-6a19c27e388f6606edb59751ac29e6b5ac80026c.tar.xz | |
Generate torrent files from ogg files
Diffstat (limited to '')
| -rw-r--r-- | site.json | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -112,9 +112,9 @@ "ref": "{{ podcast.ref }}", "layout": "{{ podcast.layout }}", "content": {{ podcast.content | strip_html | jsonify }}, - "audio": "{{ podcast.audio }}" + "audio": "{{ podcast.audio }}", + "slug": "{{ podcast.slug }}" }{% unless forloop.last %},{% endunless %} {% endfor %} - ] } |
