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