我使用服务 Mobify (www.mobify.com) 来创建我的网站的移动版本。我已经完成了我想做的所有事情,除了编辑我的菜单。我想从菜单中删除一些项目和/或添加子菜单项。如果有人对 Mobify 有任何了解,我将非常感谢您的帮助。
编辑
<nav id="x-navigation">
<div>
<ul>
{! We decend into the header object, and use {.} to iterate through each element in navigation !}
{#header}
{#navigation}
<li>{.}</li>
{/navigation}
{/header}
</ul>
</div>
</nav>