Skip to content

Commit 7190a1c

Browse files
committed
🔥 remove category in single pages
1 parent f7df325 commit 7190a1c

1 file changed

Lines changed: 1 addition & 20 deletions

File tree

‎templates/page.html‎

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -57,26 +57,7 @@ <h1 class="text-2xl text-bold my-6 mx-auto">
5757

5858
<!-- Categories and Tags -->
5959
<div class="flex flex-wrap py-2">
60-
<div class="w-1/3">
61-
{% if page.taxonomies.categories %}
62-
<p>
63-
Categories:
64-
{% for category in page.taxonomies.categories %}
65-
<a class="text-gray-900 dark:text-gray-400 flex py-1 items-center"
66-
href="{{ get_taxonomy_url(kind='categories', name=category) }}">
67-
<svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24"
68-
xmlns="http://www.w3.org/2000/svg">
69-
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
70-
d="M19 11H5m14 0a2 2 0 012 2v6a2 2 0 01-2 2H5a2 2 0 01-2-2v-6a2 2 0 012-2m14 0V9a2 2 0 00-2-2M5 11V9a2 2 0 012-2m0 0V5a2 2 0 012-2h6a2 2 0 012 2v2M7 7h10">
71-
</path>
72-
</svg>
73-
<span class="pl-1">{{category}}</span>
74-
</a>
75-
{% endfor %}
76-
</p>
77-
{% endif %}
78-
</div>
79-
<div class="w-2/3 flex flex-wrap gap-x-8">
60+
<div class="flex flex-wrap gap-x-8">
8061
{% if page.taxonomies.tags %}
8162
<p>
8263
Tags:

0 commit comments

Comments
 (0)