{{ content }} {% assign p_array = "" | split:"|" %} {% for project in site.project %} {% capture p_slug %}{{ project.url | split:"/" | last }},{{ project.url }}{% endcapture %} {% assign p_slug_arr = p_slug | split:"," %} {% assign p_array = p_array | push: p_slug_arr %} {% endfor %}
{% include project_tags.html %} {% for i in site.data.projects %}
{% assign p_url = nil %} {% for pr in p_array %} {% if pr contains i.slug %} {% assign p_url = pr[1] %} {% endif %} {% endfor %} {% if p_url == nil %}{% assign p_url = i.url %}{% endif %} {% if p_url %}{% endif %}

{{ i.name }}

{% if p_url %}
{% endif %}
{% if i.tags %} {% for j in i.tags %} {{ j }} {% endfor %} {% endif %}

{% endfor %}