File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 24
24
<strong >{% trans " We're sorry but Skosmos doesn't work properly without JavaScript enabled. Please enable it to continue." %}</strong >
25
25
</noscript >
26
26
<a id =" skiptocontent" href =" {{ request .langurl }}#maincontent" >{% trans " Skip to main" %}</a >
27
- {% if request .vocabid != ' ' or request .page == ' feedback' or request .page == ' about' %}< div class = " topbar-white" > {% endif %}
27
+ < div class = " topbar-container {% if request .vocabid != ' ' or request .page == ' feedback' or request .page == ' about' %}topbar-white{% else %}topbar-frontpage{% endif %}" >
28
28
<div class =" topbar{% if request .vocabid != ' ' or request .vocabid == ' feedback' or request .vocabid == ' about' %} topbar-white{% else %} frontpage{% endif %}" >
29
29
{% include ' topbar.twig' %}
30
30
</div >
31
- {% if request . vocabid != ' ' or request . page == ' feedback ' or request . page == ' about ' %} </div >{% endif %}
31
+ </div >
32
32
{% block headernav %}
33
33
<div class =" headerbar{% if request .vocabid == ' ' or global_search %} frontpage-spacing{% endif %}" >
34
34
{% include ' headerbar.twig' %}
You can’t perform that action at this time.
0 commit comments