選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

14 行
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 }}