Merge pull request #33 from apiraino/master

Remove spurious space
This commit is contained in:
Vincent Prouillet 2022-08-01 13:35:20 +02:00 committed by GitHub
commit e2c7a20ae2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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