people page missing taxonomy fix

This commit is contained in:
timurgordon
2022-10-31 13:35:17 +03:00
parent b81bfc2072
commit c342747bb0
2 changed files with 3 additions and 1 deletions

View File

@@ -8,6 +8,7 @@ extra:
countries: [Netherlands, Mauritius, Nomad]
cities: [Amsterdam, Moka, Nomad]
private: 0
memberships: [foundation, twin, aci_members]
socialLinks:
{
LinkedIn: www.linkedin.com/in/victoria-obeegadoo,
@@ -16,7 +17,6 @@ extra:
}
taxonomies:
people: [victoria_obeegadoo]
memberships: [foundation, twin, aci_members]
categories: [foundation, twin, aci]
---

View File

@@ -38,11 +38,13 @@
</ul>
</div>
</div>
{% if page.taxonomies.memberships %}
{% for tag in page.taxonomies.memberships %}
<a href="{{'/memberships/' ~ tag | replace(from='_', to='-' )}}" class="border-1 font-light text-xs bg-transparent hover:text-blue-700 py-2 px-4 mr-2 border hover:border-blue-500 border-gray-600 text-gray-700 rounded-full ">
{{tag}}
</a>
{% endfor %}
{% endif %}
</div>
</div>
<div class="my-8">