Float tags to the end of post card
This commit is contained in:
@ -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 %}
|
||||
|
@ -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 %}
|
||||
|
Reference in New Issue
Block a user