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: mainmenus:
- text: --Back to Manual - text: --Back to Manual
url: manual url: manual
- text: Main Menus - text: Upload
subfolderitems: url: upload
- text: Upload - text: Dashboard
url: upload url: dashboard
- text: Dashboard - text: Tracks
url: dashboard url: tracks
- text: Tracks - text: Playlists
url: tracks url: playlists
- text: Playlists - text: Smartblocks
url: playlists url: smartblocks
- text: Smartblocks - text: Webstreams
url: smartblocks url: webstreams
- text: Webstreams - text: Podcasts
url: webstreams url: podcasts
- text: Podcasts - text: Radio Page
url: podcasts url: radio-page
- text: Radio Page - text: Calendar
url: radio-page url: calendar
- text: Calendar - text: Settings
url: calendar - text: General
- text: Settings url: general-settings
- text: General - text: Users
url: general-settings url: users
- text: Users - text: Stream Settings
url: users url: stream-settings
- text: Stream Settings - text: Status
url: stream-settings url: status
- text: Status
url: status
- test: --- - test: ---
- text: Analytics - text: Analytics
- text: Playout History - text: Playout History

View File

@ -40,12 +40,6 @@
{% for item in site.data.nav[page.sidebar] %} {% for item in site.data.nav[page.sidebar] %}
<p><a href="{{ item.url }}">{{ item.text }}</a></p> <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 %} {% endfor %}
</header> </header>