diff --git a/layouts/posts/single.html b/layouts/posts/single.html index c9e4926..564debc 100644 --- a/layouts/posts/single.html +++ b/layouts/posts/single.html @@ -28,8 +28,10 @@ {{ .Content }} +
{{ with .Page.Params.Categories }}{{ partial "taxonomy/categories" . }}{{ end }} {{ with .Page.Params.Tags }}{{ partial "taxonomy/tags" . }}{{ end }} +