您最多选择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 }}