{% if site.plugins contains "jekyll/tagging" %} {% assign size = site | tag_cloud | size %} {% if size != 0 %}

all tags

{{ site | tag_cloud }}
{% endif %} {% endif %}