commit
e2c7a20ae2
1 changed files with 1 additions and 2 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue