--- layout: main/content.njk articleElement: true isContentDivided: true --- {% set linkGroups = collections["link groups"] %}
{% include "main/site-btn.njk" %}

Use the following tabs to view my link collection by category.

{% for group in linkGroups %}
{% headingAnchor 2 %} {{ group.data.title }} {% endheadingAnchor %} {{ group.templateContent | safe }} {% if group.data.updated %}

(This list was last updated on {{ group.data.updated | formatDate }})

{% endif %} Back to tabs
{%- endfor %}