Files
pfadfinder-konstanz.de/themes/hugo-dpsg/layouts/partials/post_meta.html

7 lines
179 B
HTML
Raw Normal View History

2020-03-16 11:54:08 +01:00
{{- $root := . -}}
{{- with .Param "post_meta" -}}
{{- range $field := . -}}
{{- $p := printf "post_meta/%s.html" $field -}}
{{- partial $p $root -}}
{{- end -}}
{{- end -}}