summaryrefslogtreecommitdiffstats
path: root/layouts/partials/post-meta.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/post-meta.html')
-rw-r--r--layouts/partials/post-meta.html9
1 files changed, 0 insertions, 9 deletions
diff --git a/layouts/partials/post-meta.html b/layouts/partials/post-meta.html
deleted file mode 100644
index 19c3ce6..0000000
--- a/layouts/partials/post-meta.html
+++ /dev/null
@@ -1,9 +0,0 @@
-<div class="post-meta">
- {{- $root := . -}}
- {{- with .Param "postMeta" -}}
- {{- range $field := . -}}
- {{- $p := printf "post-meta/%s.html" $field -}}
- {{- partial $p $root -}}
- {{- end -}}
- {{- end -}}
-</div>