cach-radio/inc/themes/castanet/layouts/partials/episode-metadata.html

10 lines
286 B
HTML
Raw Normal View History

2022-12-15 22:36:40 +01:00
{{ $pageScope := . }}
{{ with .Param "categories" }}
| Category: {{ partial "categories.html" $pageScope}}
{{ end }}
{{ with .Param "series" }}
| Series: {{ partial "series.html" $pageScope}}
{{ end }}
{{ with .Param "tags" }}
| {{ partial "tags.html" $pageScope}}
{{ end }}