Remove spurious space

This commit is contained in:
apiraino 2022-08-01 01:02:13 +02:00
parent 3da2668a61
commit b72248919e
No known key found for this signature in database
GPG key ID: EE6A89440C49992C

View file

@ -33,8 +33,7 @@
<a itemprop="url"
class="{% if item.url | replace(from="$BASE_URL", to=config.base_url) == current_url %}active{% endif %}"
href="{{ item.url | safe | replace(from="$BASE_URL", to=config.base_url) }}">
<span itemprop="name">{{ item.name }}
</span></a>
<span itemprop="name">{{ item.name }}</span></a>
{% endfor %}
</nav>
</header>