Fix main menu position.

This commit is contained in:
Svetlana Rastegina 2021-10-29 17:28:13 +02:00
parent 53ce6e6628
commit 68e1ad4c4b

View file

@ -1,9 +1,5 @@
<#-- $This file is distributed under the terms of the license in LICENSE$ --> <#-- $This file is distributed under the terms of the license in LICENSE$ -->
<#include "developer.ftl">
<nav role="navigation"> <nav role="navigation">
<ul id="main-nav" role="list"> <ul id="main-nav" role="list">
<#list menu.items as item> <#list menu.items as item>
@ -11,3 +7,5 @@
</#list> </#list>
</ul> </ul>
</nav> </nav>
<#include "developer.ftl">