Add basic scaffolding for site.
This commit is contained in:
commit
d95126dca8
109 changed files with 10750 additions and 0 deletions
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 -}}
|
Loading…
Add table
Add a link
Reference in a new issue