Files
homepage/themes/Gregroad/layouts/partials/post_meta.html
T
2024-04-22 01:38:32 -05:00

7 lines
179 B
HTML

{{- $root := . -}}
{{- with .Param "post_meta" -}}
{{- range $field := . -}}
{{- $p := printf "post_meta/%s.html" $field -}}
{{- partial $p $root -}}
{{- end -}}
{{- end -}}