You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Considering recent comments I have got from various channels including Matrix, Email, and social media, I think we need a page to explain the following:
<ul class="navbar-nav main-nav me-auto order-5 order-md-2 d-flex justify-content-center"> {% if config.extra.menu.main %} {% for val in config.extra.menu.main %} <li class="nav-item{% if current_section == val.section %} {{ current_section }} active{% endif %}"> <a class="nav-link" href="{{ get_url(path=val.url, trailing_slash=false) | safe }}">{{ val.name }}</a> </li> {% endfor %} {% endif %} </ul>
when this is removed all the buttons on nav are removed, where does it reference to change and add new buttons?
Considering recent comments I have got from various channels including Matrix, Email, and social media, I think we need a page to explain the following:
The text was updated successfully, but these errors were encountered: