forked from deepStateMirrors/tabi
♻️ refactor: rename 'Categories' to 'Tags'
This commit is contained in:
parent
ca96eeab54
commit
0648bc80e2
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@
|
||||||
<span title="{{ page.word_count }} words">{{ page.reading_time }} min read</span>
|
<span title="{{ page.word_count }} words">{{ page.reading_time }} min read</span>
|
||||||
|
|
||||||
{% if page.taxonomies and page.taxonomies.tags %}
|
{% if page.taxonomies and page.taxonomies.tags %}
|
||||||
<nav class="nav tags"> {{ separator }} Categories:
|
<nav class="nav tags"> {{ separator }} Tags:
|
||||||
{% for tag in page.taxonomies.tags %}
|
{% for tag in page.taxonomies.tags %}
|
||||||
<a href={{ get_taxonomy_url(kind='tags' , name=tag) | safe }}>{{ tag }}</a>{% if not loop.last %},
|
<a href={{ get_taxonomy_url(kind='tags' , name=tag) | safe }}>{{ tag }}</a>{% if not loop.last %},
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue