diff options
Diffstat (limited to 'layouts/partials/post-meta.html')
| -rw-r--r-- | layouts/partials/post-meta.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/post-meta.html b/layouts/partials/post-meta.html index a539c54..19c3ce6 100644 --- a/layouts/partials/post-meta.html +++ b/layouts/partials/post-meta.html @@ -1,6 +1,6 @@ <div class="post-meta"> {{- $root := . -}} - {{- with .Param "post_meta" -}} + {{- with .Param "postMeta" -}} {{- range $field := . -}} {{- $p := printf "post-meta/%s.html" $field -}} {{- partial $p $root -}} |
