{% include resolve-dark.liquid %} {% if site.portfolio %}
{% for post in site.portfolio %}
{% if post.img %} logo {% endif %}

{{ post.title }}

{% include tags.html %} {% if post.description %}

{{ post.description }}

{% endif %}
{% endfor %}
{% endif %}