Float tags to the end of post card

This commit is contained in:
daudix
2024-07-07 16:48:19 +03:00
parent 746f71bdf7
commit 7e629c95ff
3 changed files with 10 additions and 2 deletions

View File

@ -56,7 +56,7 @@
{%- endif %}
{%- if page.taxonomies %}
{%- for name, taxon in page.taxonomies %}
<ul class="tags inline">
<ul class="tags">
{%-for item in taxon %}
<li><a class="tag" href="{{ get_taxonomy_url(kind=name, name=item, lang=lang) }}">{{ item }}</a></li>
{%- endfor %}

View File

@ -53,7 +53,7 @@
{%- endif %}
{%- if page.taxonomies %}
{%- for name, taxon in page.taxonomies %}
<ul class="tags inline">
<ul class="tags">
{%-for item in taxon %}
<li><a class="tag" href="{{ get_taxonomy_url(kind=name, name=item, lang=lang) }}">{{ item }}</a></li>
{%- endfor %}