Fix notebook menu

This commit is contained in:
Fabian Affolter 2017-02-14 15:11:18 +01:00
parent 49278a8726
commit 23106098d3
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336

View File

@ -5,6 +5,8 @@
{% include asides/ecosystem_hadashboard_navigation.html | compact_newlines %} {% include asides/ecosystem_hadashboard_navigation.html | compact_newlines %}
{% elsif url_parts[2] == "appdaemon" %} {% elsif url_parts[2] == "appdaemon" %}
{% include asides/ecosystem_appdaemon_navigation.html | compact_newlines %} {% include asides/ecosystem_appdaemon_navigation.html | compact_newlines %}
{% elsif url_parts[2] == "notebooks" %}
{% include asides/ecosystem_notebooks_navigation.html | compact_newlines %}
{% comment %} {% comment %}
{% elsif url_parts[2] == "cookbook" %} {% elsif url_parts[2] == "cookbook" %}
{% include asides/cookbook_navigation.html | compact_newlines %} {% include asides/cookbook_navigation.html | compact_newlines %}