layouts/posts/single.html
@@ -21,6 +21,7 @@ {{ i18n "reading_time" .ReadingTime }} </span> </div> {{ with .Page.Params.Authors }}{{ partial "taxonomy/authors.html" . }}{{ end }} {{ with .Page.Params.Categories }}{{ partial "taxonomy/categories.html" . }}{{ end }} {{ with .Page.Params.Tags }}{{ partial "taxonomy/tags.html" . }}{{ end }} </div>