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

@@ -38,7 +38,7 @@
{% endif %}
</ul>
{% for tag in page.taxonomies.tags %}
<a href="{{'/tags/' ~ tag}}" 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="{{'/tags/' ~ tag}}" 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 %}
@@ -49,7 +49,7 @@
<div class="pt-8 border-b mx-4 sm:-mx-4"></div>
<section class="post-content container mx-auto relative text-gray-700">
<section class="post-content container mx-auto relative text-gray-50">
<div class="post-content-text text-xl">{{ page.content | safe }}</div>
</section>
</div>