people page missing taxonomy fix
This commit is contained in:
@@ -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]
|
||||
---
|
||||
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user