people page missing taxonomy fix
This commit is contained in:
@@ -8,6 +8,7 @@ extra:
|
|||||||
countries: [Netherlands, Mauritius, Nomad]
|
countries: [Netherlands, Mauritius, Nomad]
|
||||||
cities: [Amsterdam, Moka, Nomad]
|
cities: [Amsterdam, Moka, Nomad]
|
||||||
private: 0
|
private: 0
|
||||||
|
memberships: [foundation, twin, aci_members]
|
||||||
socialLinks:
|
socialLinks:
|
||||||
{
|
{
|
||||||
LinkedIn: www.linkedin.com/in/victoria-obeegadoo,
|
LinkedIn: www.linkedin.com/in/victoria-obeegadoo,
|
||||||
@@ -16,7 +17,6 @@ extra:
|
|||||||
}
|
}
|
||||||
taxonomies:
|
taxonomies:
|
||||||
people: [victoria_obeegadoo]
|
people: [victoria_obeegadoo]
|
||||||
memberships: [foundation, twin, aci_members]
|
|
||||||
categories: [foundation, twin, aci]
|
categories: [foundation, twin, aci]
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -38,11 +38,13 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
{% if page.taxonomies.memberships %}
|
||||||
{% for tag in 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 ">
|
<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}}
|
{{tag}}
|
||||||
</a>
|
</a>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="my-8">
|
<div class="my-8">
|
||||||
|
|||||||
Reference in New Issue
Block a user