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.
|
- {{ $date := dateFormat "2 January, 2006" .Params.date }}
- {{ $audio := .Params.podcast_file }}
-
- {{ with .Params.Title }}## {{ . }}{{ end }}
-
- {{ with .Params.Description }}{{ . }}{{ end }}
-
- ![Interview conducted on {{ $date }}](audio:{{ $audio }})
-
- {{ with .Params.transcript }}
- {{ $transcript := (printf "[Transcript](%s)" . ) }}
- {{ $transcript }}
- {{ end }}
|