This commit is contained in:
Thomas Chartron 2021-11-09 20:07:18 +01:00
parent 135566aebf
commit c0b5a3ff26

View file

@ -70,10 +70,10 @@
<!-- Categories and Tags -->
<div class="flex flex-wrap">
<div class="w-2/3">
{% if page.taxonomies.categories %}
<!-- {% if page.taxonomies.categories %}
<p>
Categories:
<!-- {% for category in categories %}
{% for category in categories %}
<a class="text-gray-800" href="{{ get_taxonomy_url(kind='categories', name=category) }}">
<span class="">
<svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
@ -82,9 +82,9 @@
<span>{{category}}</span>
</span>
</a>
{% endfor %} -->
{% endfor %}
</p>
{% endif %}
{% endif %} -->
</div>
<div class="w-1/3">
{% if page.taxonomies.tags %}