fix people

This commit is contained in:
2024-08-19 14:46:48 +02:00
parent 4572d10923
commit 1e150c9063
6 changed files with 17 additions and 16 deletions

View File

@@ -15,7 +15,7 @@
{% include "partials/socialLinks.html" %}
</div>
</div>
<div class="text-gray-700 my-4">
<div class="text-gray-50 my-4">
{{page.content | safe }}
</div>
<div class="flex items-center">
@@ -32,7 +32,7 @@
</div>
</div>
{% for tag in page.taxonomies.memberships %}
<a href="{{'/memberships/' ~ tag | replace(from='_', to='-' )}}" class="border-2 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-2 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-50 rounded-full ">
{{tag}}
</a>
{% endfor %}