aboutsummaryrefslogtreecommitdiff
path: root/site.json
diff options
context:
space:
mode:
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 %}
-
]
}