mirror of
https://github.com/welpo/tabi.git
synced 2025-10-11 07:46:15 +02:00
♻️ 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>
|
||||
|
||||
{% 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 %}
|
||||
<a href={{ get_taxonomy_url(kind='tags' , name=tag) | safe }}>{{ tag }}</a>{% if not loop.last %},
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue