Add basic scaffolding for site.
This commit is contained in:
7
themes/mainroad/layouts/partials/post_meta.html
Normal file
7
themes/mainroad/layouts/partials/post_meta.html
Normal file
@ -0,0 +1,7 @@
|
||||
{{- $root := . -}}
|
||||
{{- with .Param "post_meta" -}}
|
||||
{{- range $field := . -}}
|
||||
{{- $p := printf "post_meta/%s.html" $field -}}
|
||||
{{- partial $p $root -}}
|
||||
{{- end -}}
|
||||
{{- end -}}
|
Reference in New Issue
Block a user