|
|
@ -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 %}
|
|
|
|