{{/* this is used to list the episode timestamp the official document and reference: - https://gohugo.io/content-management/shortcodes/ - https://gohugo.io/templates/shortcode-templates/ - https://randomgeekery.org/post/2020/06/csv-and-data-tables-in-hugo/ usage example: {{< timestamp >}} TIMESTAMP, INTRODUCTION <- this `TIMESTAMP` is a longer length to hold the place for following lines, and currently this is needed otherwise the Apple Podcast shows bad format of timestamp in the Show Notes... :( 00:00, 开始 01:00, 预告 {{< /timestamp >}} */}} {{ $rows := .Inner | transform.Unmarshal }} {{/* `after` lets me skip past it when building the data rows */}} {{/* $rows = after 1 $rows */}}

时间点

{{ range $rows }} {{ range . }}{{ end }} {{ end }}
{{ . }}