I got some specific changes with my old templates, may you please help to understand, maybe I do something wrong
{% set tags = get_taxonomy(kind="tags") %}
{% for tag in tags.items %}
<li class="nav-item">
<a class="nav-link" href="{{tag.permalink | safe }}">{{tag.name}}</a>
</li>
{% endfor %}
It was correct in Zola 0.12.0 but in Zola 0.12.2 and next brunch I receive also blank li with
<li class="nav-item"> <a class="nav-link" href="[http://127.0.0.1:1111/tags/](view-source:http://127.0.0.1:1111/tags/)"></a> </li>
{% set path = current_path | truncate(length=3, end="") %}
{{ path }}
Zola 0.12 was without slash, now is looks like slash is count, so I have /po
instead por