{% set type = function('get_the_terms', project.ID, 'delta_project_type') %}
<div class="small-project-card">
<a href="{{ function("get_permalink", project.ID) }}">
<img class="small-project-card__image" src="{{ image.src }}" alt="{{ image.alt }}" />
<div class="small-project-card__inner">
<h6>{{ type[0].name }}</h6>
<h5 class="small-project-card__title">{{ project.post_title }}</h5>
</div>
</a>
</div>