diff --git a/layouts/partials/docs/post-meta.html b/layouts/partials/docs/post-meta.html
index b1cca0a..a129944 100644
--- a/layouts/partials/docs/post-meta.html
+++ b/layouts/partials/docs/post-meta.html
@@ -9,7 +9,7 @@
{{ with $list := index $.Params $term }}
{{ range $n, $single := $list }}{{ if $n }}, {{ end }}
{{ with $.Site.GetPage (printf "/%s/%s" $term $single) }}
- {{ $single }}
+ {{ $single }}
{{- end }}
{{- end }}