diff --git a/_includes/blog-post.html b/_includes/blog-post.html index 3e6d4ea..4d51070 100644 --- a/_includes/blog-post.html +++ b/_includes/blog-post.html @@ -33,14 +33,17 @@ {% endif %} +{% capture tagsize %}{{post.tags | size}}{% endcapture %} +{% if tagsize != '0' %} +{% endif %} {% if page.post_listing %}