You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
370 B

  1. {{ $date := dateFormat "2 January, 2006" .Params.date }}
  2. {{ $audio := .Params.podcast_file }}
  3. {{ with .Params.Title }}## {{ . }}{{ end }}
  4. {{ with .Params.Description }}{{ . }}{{ end }}
  5. ![Interview conducted on {{ $date }}](audio:{{ $audio }})
  6. {{ with .Params.transcript }}
  7. {{ $transcript := (printf "[Transcript](%s)" . ) }}
  8. {{ $transcript }}
  9. {{ end }}