{% for types in site.data.links %}

{{ types.heading }}

{% for info in types.values %}

{{ info.name }} - {% if info.label != "INHERIT" %} {{ info.label }} {% else %} {{ info.value }} {% endif %}

{% endfor %}
{% endfor %} All my big projects are on my [homepage](/).