Reverting

This commit is contained in:
Zachary Klosko 2020-05-17 21:38:29 -04:00
parent 0e385001e1
commit b5c772e36f
2 changed files with 27 additions and 35 deletions

View File

@ -29,35 +29,33 @@ installer:
mainmenus:
- text: --Back to Manual
url: manual
- text: Main Menus
subfolderitems:
- text: Upload
url: upload
- text: Dashboard
url: dashboard
- text: Tracks
url: tracks
- text: Playlists
url: playlists
- text: Smartblocks
url: smartblocks
- text: Webstreams
url: webstreams
- text: Podcasts
url: podcasts
- text: Radio Page
url: radio-page
- text: Calendar
url: calendar
- text: Settings
- text: General
url: general-settings
- text: Users
url: users
- text: Stream Settings
url: stream-settings
- text: Status
url: status
- text: Upload
url: upload
- text: Dashboard
url: dashboard
- text: Tracks
url: tracks
- text: Playlists
url: playlists
- text: Smartblocks
url: smartblocks
- text: Webstreams
url: webstreams
- text: Podcasts
url: podcasts
- text: Radio Page
url: radio-page
- text: Calendar
url: calendar
- text: Settings
- text: General
url: general-settings
- text: Users
url: users
- text: Stream Settings
url: stream-settings
- text: Status
url: status
- test: ---
- text: Analytics
- text: Playout History

View File

@ -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>