--- layout: baseindex --- {{ content }} {% assign everything = site.taxonomy | concat: site.criteria %} {% assign n = everything | size %} {% assign elements = everything | sample: n %}
{% if include.title %}

{{ include.title }}

{% endif %}
{% for tag in elements %}
{% if tag.uid contains "taxonomy" %}{% else %}{% endif %}

{{ tag.uid }}

{% endfor %}