♻️ refactor: rename 'Categories' to 'Tags'
This commit is contained in:
parent
ca96eeab54
commit
0648bc80e2
@ -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…
x
Reference in New Issue
Block a user