diff --git a/layouts/partials/posts.html b/layouts/partials/posts.html index 2792b93..f8d0e4d 100644 --- a/layouts/partials/posts.html +++ b/layouts/partials/posts.html @@ -21,6 +21,10 @@ + {{else}} + {{if gt (len .Site.Taxonomies.tags) 0}} + {{partial "tags.html" .}} + {{end}} {{ end }}