a space to place all my top level mocs - in simpler terms, a way to easily categorise things iβm interested in
{% assign tags_list = site.tags | sort %}
{% for tag in tags_list %}
{% assign tag_slug = tag[0] | slugify %}
{{ tag[0] }}{% unless forloop.last %}, {% endunless %}
{% endfor %}