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

14 lines
390 B
HTML
Raw Normal View History

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