diff --git a/ChangeLog.md b/ChangeLog.md index f758422..5c837b2 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -10,6 +10,8 @@ ([#37](https://github.com/davep/ng2web/pull/37)) - Added better handling of see-also items that have broken offsets. ([#38](https://github.com/davep/ng2web/pull/38)) +- Added better handling of guides with no menus. + ([#39](https://github.com/davep/ng2web/pull/39)) ## v1.1.0 diff --git a/src/ng2web/templates/base.html b/src/ng2web/templates/base.html index dfc9d42..91148cf 100644 --- a/src/ng2web/templates/base.html +++ b/src/ng2web/templates/base.html @@ -30,18 +30,20 @@
- + {% if guide.menus %} + + {% endif %}
{% block content %}{% endblock %}