Skip to content

Commit

Permalink
♻️ refactor: rename 'Categories' to 'Tags'
Browse files Browse the repository at this point in the history
  • Loading branch information
welpo committed Feb 27, 2023
1 parent ca96eea commit 0648bc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/macros/content.html
Original file line number Diff line number Diff line change
Expand Up @@ -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">&nbsp;{{ separator }}&nbsp;Categories:
<nav class="nav tags">&nbsp;{{ separator }}&nbsp;Tags:
{% for tag in page.taxonomies.tags %}
<a href={{ get_taxonomy_url(kind='tags' , name=tag) | safe }}>{{ tag }}</a>{% if not loop.last %},
{% endif %}
Expand Down

0 comments on commit 0648bc8

Please sign in to comment.