Latest Episodes
{{- range $index, $episode := getJSON $.Site.Params.episodes -}}
{{- $title := split $episode.title " - " -}}
{{- $minutes := math.Floor (div (div $episode.duration 1000) 60) -}}
{{- $seconds := math.Floor (mod (div $episode.duration 1000) 60) -}}
-
{{ index $title 0 }}
{{ index $title 1 }}
({{ $minutes }}:{{ printf "%02d" (int $seconds) }})
{{- end -}}
Listen to full series on iTunes or SoundCloud.