summaryrefslogtreecommitdiff
path: root/site
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2020-12-23 01:55:47 -0300
committerEuAndreh <eu@euandre.org>2020-12-23 02:26:29 -0300
commit6a19c27e388f6606edb59751ac29e6b5ac80026c (patch)
tree847ba8d7f1780d4e9dade682965a8c92a48bde8e /site
parent_layouts/podcast.html: Remove placeholder alternative tag, point to flac file (diff)
downloadeuandre.org-6a19c27e388f6606edb59751ac29e6b5ac80026c.tar.gz
euandre.org-6a19c27e388f6606edb59751ac29e6b5ac80026c.tar.xz
Generate torrent files from ogg files
Diffstat (limited to '')
-rw-r--r--site.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/site.json b/site.json
index 14adec7..66dac32 100644
--- a/site.json
+++ b/site.json
@@ -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 %}
-
]
}