mirror of
https://github.com/tchartron/blow
synced 2024-11-27 06:40:31 +00:00
update
This commit is contained in:
parent
135566aebf
commit
c0b5a3ff26
1 changed files with 4 additions and 4 deletions
|
@ -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 %}
|
||||||
|
|
Loading…
Reference in a new issue