Reverting
This commit is contained in:
parent
0e385001e1
commit
b5c772e36f
|
@ -29,8 +29,6 @@ installer:
|
|||
mainmenus:
|
||||
- text: --Back to Manual
|
||||
url: manual
|
||||
- text: Main Menus
|
||||
subfolderitems:
|
||||
- text: Upload
|
||||
url: upload
|
||||
- text: Dashboard
|
||||
|
|
|
@ -40,12 +40,6 @@
|
|||
|
||||
{% for item in site.data.nav[page.sidebar] %}
|
||||
<p><a href="{{ item.url }}">{{ item.text }}</a></p>
|
||||
{% if item.subfolderitems[0] %}
|
||||
<ul>
|
||||
{% for entry in item.subfolderitems %}
|
||||
<li><a href="{{ entry.url }}">{{ item.text}}</a></li>
|
||||
</ul>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
|
||||
</header>
|
||||
|
|
Loading…
Reference in New Issue